summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/files/patch-krita_core_tiles-kis-tilemanager.cc
blob: 05286a6e791574a285fcfb937c70dabed79575c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- krita/core/tiles/kis_tilemanager.cc.orig	Sat Apr  8 04:58:21 2006
+++ krita/core/tiles/kis_tilemanager.cc	Sat Apr  8 04:58:41 2006
@@ -18,8 +18,8 @@
 
 #include <kdebug.h>
 
-#include <sys/mman.h>
 #include <sys/types.h>
+#include <sys/mman.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <string.h>