[llvm-commits] CVS: llvm/lib/System/Darwin/MappedFile.cpp
Reid Spencer
reid at x10sys.com
Wed Oct 13 20:33:35 PDT 2004
Changes in directory llvm/lib/System/Darwin:
MappedFile.cpp updated: 1.1 -> 1.2
---
Log message:
Allow this file to compile on Darwin.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/System/Darwin/MappedFile.cpp
diff -u llvm/lib/System/Darwin/MappedFile.cpp:1.1 llvm/lib/System/Darwin/MappedFile.cpp:1.2
--- llvm/lib/System/Darwin/MappedFile.cpp:1.1 Mon Oct 4 06:08:32 2004
+++ llvm/lib/System/Darwin/MappedFile.cpp Wed Oct 13 22:33:25 2004
@@ -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
More information about the llvm-commits
mailing list