diff options
Diffstat (limited to 'games/q3base')
-rw-r--r-- | games/q3base/files/patch-netinet.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/q3base/files/patch-netinet.diff b/games/q3base/files/patch-netinet.diff new file mode 100644 index 000000000000..ce72a52312b7 --- /dev/null +++ b/games/q3base/files/patch-netinet.diff @@ -0,0 +1,10 @@ +--- src/qcommon/common.c Thu Oct 6 00:51:26 2005 ++++ src/qcommon/common.c Sun Jan 1 22:13:57 2006 +@@ -27,6 +27,7 @@ + #ifdef _WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + |