summaryrefslogtreecommitdiff
path: root/lib/System/Unix
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-19 18:00:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-19 18:00:32 +0000
commit41394ec6727f644e8a75dec886ee151becc4dc7a (patch)
tree07256ab4b43dd8552f4bce53b1f848fe190b252c /lib/System/Unix
parentb31baa88a5e6869ccac71aef53a672bb87a029c3 (diff)
downloadllvm-41394ec6727f644e8a75dec886ee151becc4dc7a.tar.gz
llvm-41394ec6727f644e8a75dec886ee151becc4dc7a.tar.bz2
llvm-41394ec6727f644e8a75dec886ee151becc4dc7a.tar.xz
For PR351:
Add a needed include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Unix')
-rw-r--r--lib/System/Unix/DynamicLibrary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Unix/DynamicLibrary.cpp b/lib/System/Unix/DynamicLibrary.cpp
index 24d7f5fb84..ac80a494ef 100644
--- a/lib/System/Unix/DynamicLibrary.cpp
+++ b/lib/System/Unix/DynamicLibrary.cpp
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Unix.h"
+#include "sys/stat.h"
namespace llvm {
using namespace sys;