freebsd-ports/games/uhexen/files/patch-include__h2def.h
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

14 lines
279 B
C

--- 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