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