summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r--llvm/lib/System/Unix/DynamicLibrary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/DynamicLibrary.cpp b/llvm/lib/System/Unix/DynamicLibrary.cpp
index ac80a494ef9..822618d5c90 100644
--- a/llvm/lib/System/Unix/DynamicLibrary.cpp
+++ b/llvm/lib/System/Unix/DynamicLibrary.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Unix.h"
-#include "sys/stat.h"
+#include <sys/stat.h>
namespace llvm {
using namespace sys;
OpenPOWER on IntegriCloud