summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/MappedFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Unix/MappedFile.cpp')
-rw-r--r--llvm/lib/System/Unix/MappedFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/MappedFile.cpp b/llvm/lib/System/Unix/MappedFile.cpp
index 7682c23fda1..7e03cd15a81 100644
--- a/llvm/lib/System/Unix/MappedFile.cpp
+++ b/llvm/lib/System/Unix/MappedFile.cpp
@@ -18,7 +18,7 @@
#include "llvm/System/Process.h"
#include "Unix.h"
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <sys/mman.h>
namespace llvm {
OpenPOWER on IntegriCloud