summaryrefslogtreecommitdiff
path: root/devel/geany/files/extra-patch-src-socket.c
blob: 9a5565415623d455990f85c095f44fc51fa3b951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/socket.c.orig	Wed Sep 27 00:29:44 2006
+++ src/socket.c	Mon Oct  2 15:40:39 2006
@@ -26,6 +26,9 @@
 #ifdef HAVE_SOCKET
 
 #ifndef G_OS_WIN32
+# include <string.h>
+# include <sys/time.h>
+# include <sys/types.h>
 # include <sys/socket.h>
 # include <sys/un.h>
 # include <netinet/in.h>