diff options
Diffstat (limited to 'llvm/lib/System/Unix/MappedFile.cpp')
| -rw-r--r-- | llvm/lib/System/Unix/MappedFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Unix/MappedFile.cpp b/llvm/lib/System/Unix/MappedFile.cpp index 7e03cd15a81..fec2408c195 100644 --- a/llvm/lib/System/Unix/MappedFile.cpp +++ b/llvm/lib/System/Unix/MappedFile.cpp @@ -20,6 +20,7 @@ #include "Unix.h" #include <fcntl.h> #include <sys/mman.h> +#include <sys/stat.h> namespace llvm { using namespace sys; |

