ports/devel/allegro-devel/files/patch-src__i386__istretch.c
Alejandro Pulver 61f87e66a1 Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.

A wide range of extension packages and add-on modules are also available, which
can be found in the "Library Extensions" section of the Allegro website.

WWW: http://www.talula.demon.co.uk/allegro/

PR:		ports/101741
2006-08-13 23:20:09 +00:00

13 lines
295 B
C

--- src/i386/istretch.c.orig Mon Jul 24 09:10:50 2006
+++ src/i386/istretch.c Wed Aug 9 19:03:27 2006
@@ -33,9 +33,8 @@
#ifdef HAVE_MPROTECT
- #include <sys/types.h>
+ #include <sys/param.h>
#include <sys/mman.h>
- #include <sys/user.h>
#endif /* ifdef HAVE_MPROTECT */