freebsd-ports/devel/allegro-devel/files/patch-src__i386__istretch.c
2007-05-03 21:07:14 +00:00

11 lines
271 B
C

--- ./src/i386/istretch.c.orig Sat Apr 21 00:54:32 2007
+++ ./src/i386/istretch.c Thu May 3 16:04:38 2007
@@ -37,7 +37,7 @@
#ifdef HAVE_MPROTECT
- #include <sys/types.h>
+ #include <sys/param.h>
#include <sys/mman.h>
#endif /* ifdef HAVE_MPROTECT */