For PR351:

Add a needed include.

llvm-svn: 19042
This commit is contained in:
Reid Spencer 2004-12-19 18:00:32 +00:00
parent 2d76ff5c85
commit 72d1627d16
1 changed files with 1 additions and 0 deletions

View File

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