1 2 3 4 5 6 7 8 9 10 11 12 13
--- src/utils.c.orig 2015-07-15 20:59:07 UTC +++ src/utils.c @@ -28,6 +28,10 @@ #include "utils.h" +#include <sys/types.h> +#include <sys/socket.h> +#include <netinet/in.h> + typedef struct { gchar *data; gint length;