summaryrefslogtreecommitdiff
path: root/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h
blob: 0c05b9e380f520f44da491dd6d8051062469424e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Modules/SharedHeaders/OVFileHandler.h.orig	Tue Feb 14 00:18:36 2006
+++ Modules/SharedHeaders/OVFileHandler.h	Mon Mar 20 16:19:33 2006
@@ -36,9 +36,9 @@
 #include <fstream>
 
 #ifndef WIN32
+	#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>