diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-19 18:00:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-19 18:00:32 +0000 |
commit | 41394ec6727f644e8a75dec886ee151becc4dc7a (patch) | |
tree | 07256ab4b43dd8552f4bce53b1f848fe190b252c /lib/System/Unix | |
parent | b31baa88a5e6869ccac71aef53a672bb87a029c3 (diff) |
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.cpp | 1 |
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; |