summaryrefslogtreecommitdiff
path: root/devel/fastdep/files/patch-MappedFile.cc
blob: 0e190aaf205c23076d0ee0c76af0fb9b408da55d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- MappedFile.cc.orig	Wed May  3 18:30:46 2006
+++ MappedFile.cc	Wed May  3 18:30:12 2006
@@ -5,6 +5,7 @@
 #define PATH_MAX MAX_PATH
 #else
 #include <sys/mman.h>
+#include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>