commit | 41394ec6727f644e8a75dec886ee151becc4dc7a | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Dec 19 18:00:32 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Dec 19 18:00:32 2004 +0000 |
tree | 07256ab4b43dd8552f4bce53b1f848fe190b252c | |
parent | b31baa88a5e6869ccac71aef53a672bb87a029c3 [diff] [blame] |
For PR351: Add a needed include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19042 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Unix/DynamicLibrary.cpp b/lib/System/Unix/DynamicLibrary.cpp index 24d7f5f..ac80a49 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;