summaryrefslogtreecommitdiff
path: root/devel/qt4-qvfb/files/patch-qvfbshmem.cpp
blob: aaa4c8a6dd57f9480eb4266229b7017d24932bed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- qvfbshmem.cpp.orig	Sun Jan 14 15:50:33 2007
+++ qvfbshmem.cpp	Sun Jan 14 15:50:46 2007
@@ -39,7 +39,7 @@
 #include <sys/stat.h>
 #include <sys/sem.h>
 #include <sys/mman.h>
-#include <asm/page.h>
+#include <machine/param.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <math.h>