Get proper BSD #includes for MappedFile implementation.

llvm-svn: 16969
This commit is contained in:
Reid Spencer 2004-10-14 03:06:59 +00:00
parent 27ae06c1db
commit 86b05297be

View File

@ -12,6 +12,8 @@
//
//===----------------------------------------------------------------------===//
#include <sys/stat.h>
// Include the generic unix implementation
#include "../Unix/MappedFile.cpp"