aboutsummaryrefslogtreecommitdiff
path: root/src/socket_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_util.h')
-rw-r--r--src/socket_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/socket_util.h b/src/socket_util.h
index 93bd2736..4cf845d8 100644
--- a/src/socket_util.h
+++ b/src/socket_util.h
@@ -26,7 +26,9 @@
#ifndef SOCKET_UTIL_H
#define SOCKET_UTIL_H
-#include <glib.h>
+#include "gerror.h"
+
+#include <stddef.h>
struct sockaddr;