From: Reid Spencer Date: Sun, 19 Dec 2004 18:00:32 +0000 (+0000) Subject: For PR351: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41394ec6727f644e8a75dec886ee151becc4dc7a;p=oota-llvm.git 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 24d7f5fb846..ac80a494ef9 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;