1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/games/uhexen/files/patch-include::h2def.h
2003-02-10 15:13:40 +00:00

18 lines
291 B
C

$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