projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d112c4
)
Use <> for system #include files
author
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 19 Dec 2004 19:27:11 +0000
(19:27 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 19 Dec 2004 19:27:11 +0000
(19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19046
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Unix/DynamicLibrary.cpp
patch
|
blob
|
history
diff --git
a/lib/System/Unix/DynamicLibrary.cpp
b/lib/System/Unix/DynamicLibrary.cpp
index ac80a494ef99e003ddd405bb6d6adf3507c90ff4..822618d5c909cb107ce0e9b4d1f1dcdabb953934 100644
(file)
--- a/
lib/System/Unix/DynamicLibrary.cpp
+++ b/
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;