aboutsummaryrefslogtreecommitdiffstats
path: root/games/tyrquake/files/patch-NQ__net_dgrm.c
blob: d348e1a018ecf4a1ed38c117ba859fbd895f59a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./NQ/net_dgrm.c.orig    Sat Aug 18 06:07:24 2007
+++ ./NQ/net_dgrm.c Wed Aug 29 00:03:31 2007
@@ -22,6 +22,7 @@
 #include <windows.h>
 #include <winsock.h>
 #else
+#include <sys/types.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
 #include <sys/socket.h>