aboutsummaryrefslogtreecommitdiff
path: root/games/tremulous/files/patch-src__qcommon__common.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/tremulous/files/patch-src__qcommon__common.c')
-rw-r--r--games/tremulous/files/patch-src__qcommon__common.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/tremulous/files/patch-src__qcommon__common.c b/games/tremulous/files/patch-src__qcommon__common.c
new file mode 100644
index 000000000000..ef840eb3844d
--- /dev/null
+++ b/games/tremulous/files/patch-src__qcommon__common.c
@@ -0,0 +1,10 @@
+--- ./tremulous-1.1.0-src/src/qcommon/common.c.orig Tue Feb 28 20:11:58 2006
++++ ./tremulous-1.1.0-src/src/qcommon/common.c Wed Jun 7 16:57:12 2006
+@@ -26,6 +26,7 @@
+ #include "qcommon.h"
+ #include <setjmp.h>
+ #ifndef _WIN32
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <sys/stat.h> // umask
+ #else