aboutsummaryrefslogtreecommitdiff
path: root/games/libggz/files/patch-src-easysock.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/libggz/files/patch-src-easysock.c')
-rw-r--r--games/libggz/files/patch-src-easysock.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/libggz/files/patch-src-easysock.c b/games/libggz/files/patch-src-easysock.c
new file mode 100644
index 000000000000..c6fe96017ae3
--- /dev/null
+++ b/games/libggz/files/patch-src-easysock.c
@@ -0,0 +1,12 @@
+--- src/easysock.c.orig Mon Sep 19 01:28:42 2005
++++ src/easysock.c Fri Oct 7 12:45:11 2005
+@@ -49,8 +49,8 @@
+ #include <sys/uio.h>
+ #include <sys/un.h>
+ #include <sys/param.h>
+-#include <arpa/inet.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netdb.h>
+
+ #ifdef HAVE_WINSOCK2_H