summaryrefslogtreecommitdiff
path: root/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h
blob: 178ac1900dbbd557c9e3118133b0e34321508bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>