diff options
Diffstat (limited to 'src/socket_util.h')
-rw-r--r-- | src/socket_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/socket_util.h b/src/socket_util.h index 93bd27362..4cf845d8e 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; |