summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-include::h2def.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen/files/patch-include::h2def.h')
-rw-r--r--games/uhexen/files/patch-include::h2def.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/uhexen/files/patch-include::h2def.h b/games/uhexen/files/patch-include::h2def.h
new file mode 100644
index 000000000000..dda5deabb790
--- /dev/null
+++ b/games/uhexen/files/patch-include::h2def.h
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- include/h2def.h 2003/02/10 14:43:33 1.1
++++ include/h2def.h 2003/02/10 14:46:37
+@@ -26,7 +26,11 @@
+
+ /* XXX ifdefs */
+
++#ifndef __FreeBSD__
+ typedef unsigned int uint;
++#else
++#include <sys/types.h>
++#endif
+
+ // Uncomment, to enable all timebomb stuff
+ //#define TIMEBOMB