For PR351:

Add a needed include.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-19 18:00:32 +00:00
parent b31baa88a5
commit 41394ec672

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Unix.h"
#include "sys/stat.h"
namespace llvm {
using namespace sys;