diff options
Diffstat (limited to 'net/libgrss/files/patch-src_utils.c')
-rw-r--r-- | net/libgrss/files/patch-src_utils.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libgrss/files/patch-src_utils.c b/net/libgrss/files/patch-src_utils.c new file mode 100644 index 000000000000..b82d7b38aa19 --- /dev/null +++ b/net/libgrss/files/patch-src_utils.c @@ -0,0 +1,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; |