diff options
Diffstat (limited to 'games/ioquake3/files/patch-code__qcommon__common.c')
-rw-r--r-- | games/ioquake3/files/patch-code__qcommon__common.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ioquake3/files/patch-code__qcommon__common.c b/games/ioquake3/files/patch-code__qcommon__common.c new file mode 100644 index 000000000000..c1fdcacdd58a --- /dev/null +++ b/games/ioquake3/files/patch-code__qcommon__common.c @@ -0,0 +1,10 @@ +--- ./code/qcommon/common.c.orig Wed Apr 26 08:27:12 2006 ++++ ./code/qcommon/common.c Wed Jun 7 19:34:25 2006 +@@ -25,6 +25,7 @@ + #include "qcommon.h" + #include <setjmp.h> + #ifndef _WIN32 ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/stat.h> // umask + #else |