summaryrefslogtreecommitdiff
path: root/devel/allegro-devel/files/patch-src__i386__istretch.c
blob: 61b631411f34436eb456e7f3cfa37b4d9275191f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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 */