diff options
-rw-r--r-- | lib/System/FreeBSD/MappedFile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/System/FreeBSD/MappedFile.cpp b/lib/System/FreeBSD/MappedFile.cpp index a066919..6d22f40 100644 --- a/lib/System/FreeBSD/MappedFile.cpp +++ b/lib/System/FreeBSD/MappedFile.cpp @@ -12,6 +12,8 @@ // //===----------------------------------------------------------------------===// +#include <sys/stat.h> + // Include the generic unix implementation #include "../Unix/MappedFile.cpp" |