diff options
Diffstat (limited to 'devel/fastdep/files/patch-MappedFile.cc')
-rw-r--r-- | devel/fastdep/files/patch-MappedFile.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/fastdep/files/patch-MappedFile.cc b/devel/fastdep/files/patch-MappedFile.cc new file mode 100644 index 000000000000..0e190aaf205c --- /dev/null +++ b/devel/fastdep/files/patch-MappedFile.cc @@ -0,0 +1,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> + |