summaryrefslogtreecommitdiff
path: root/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h')
-rw-r--r--textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h b/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h
new file mode 100644
index 000000000000..178ac1900dbb
--- /dev/null
+++ b/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h
@@ -0,0 +1,13 @@
+--- Modules/SharedHeaders/OVFileHandler.h.orig Mon May 14 14:23:35 2007
++++ Modules/SharedHeaders/OVFileHandler.h Tue May 15 21:07:16 2007
+@@ -43,9 +43,9 @@
+ HANDLE hMap;
+ } MmapHandles;
+ #else
++ #include <sys/types.h>
+ #include <sys/mman.h>
+ #include <sys/stat.h>
+- #include <sys/types.h>
+ #include <stdio.h>
+ #include <fcntl.h>
+ #include <unistd.h>