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>