summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-include::h2def.h
blob: dda5deabb7903e388ee984bfd27b572fb713d20f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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