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 37d4d6b2a2
commit 69812714cd
1 changed files with 1 additions and 0 deletions

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