diff options
Diffstat (limited to 'games/q3base/files/patch-src__qcommon__common.c')
-rw-r--r-- | games/q3base/files/patch-src__qcommon__common.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/q3base/files/patch-src__qcommon__common.c b/games/q3base/files/patch-src__qcommon__common.c new file mode 100644 index 0000000..7a9bd1b --- /dev/null +++ b/games/q3base/files/patch-src__qcommon__common.c @@ -0,0 +1,10 @@ +--- ./src/qcommon/common.c.orig Wed Oct 5 19:51:26 2005 ++++ ./src/qcommon/common.c Thu Jun 15 12:03:49 2006 +@@ -27,6 +27,7 @@ + #ifdef _WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + |