Allow this file to compile on Darwin.

llvm-svn: 16971
This commit is contained in:
Reid Spencer 2004-10-14 03:33:25 +00:00
parent d3c912a7b0
commit 7689de0e49

View File

@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
// Include the generic unix implementation
#include <sys/stat.h>
#include "../Unix/MappedFile.cpp"
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab