aboutsummaryrefslogtreecommitdiff
path: root/games/bzflag/files/patch-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/bzflag/files/patch-common.h')
-rw-r--r--games/bzflag/files/patch-common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/bzflag/files/patch-common.h b/games/bzflag/files/patch-common.h
new file mode 100644
index 000000000000..109e3ce95fdd
--- /dev/null
+++ b/games/bzflag/files/patch-common.h
@@ -0,0 +1,14 @@
+--- include/common.h.orig Sun Sep 12 21:37:57 1999
++++ include/common.h Sat Aug 12 01:17:34 2000
+@@ -76,8 +76,10 @@
+
+ #if !defined(_WIN32)
+
++#include <sys/param.h>
++#if !defined(BSD)
+ #include <values.h>
+-#include <sys/types.h>
++#endif
+
+ #if defined(__linux) || (defined(__sgi) && !defined(__INTTYPES_MAJOR))
+ typedef u_int16_t uint16_t;