summaryrefslogtreecommitdiff
path: root/graphics/paintlib/files/patch-common-plfilesrc.cpp
blob: 2cad0b50b8976123bffce165b4c3e5a605da3bfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- common/plfilesrc.cpp.orig	Fri Jun 18 20:46:59 2004
+++ common/plfilesrc.cpp	Fri Jun 18 20:47:16 2004
@@ -17,9 +17,9 @@
 #include "plexcept.h"
 
 #ifdef HAVE_MMAP
+#include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <fcntl.h>
 #include <unistd.h>
 #endif