summaryrefslogtreecommitdiff
path: root/net/libgrss/files/patch-src_utils.c
blob: b82d7b38aa199fd2c6cf1c865e216e1dee9bad58 (plain) (blame)
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;