Allow this file to compile on Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-14 03:33:25 +00:00
parent 8af3ed0354
commit 83d3aad50e

View File

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