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 9cb9354d17
commit 2f5fd88036
1 changed files with 2 additions and 0 deletions

View File

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