[llvm-commits] CVS: llvm/lib/System/SunOS/MappedFile.cpp

Reid Spencer reid at x10sys.com
Mon Oct 4 17:56:57 PDT 2004



Changes in directory llvm/lib/System/SunOS:

MappedFile.cpp updated: 1.1 -> 1.2
---
Log message:

Adjust sys/stat.h inclusion so its only for SunOS.


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/System/SunOS/MappedFile.cpp
diff -u llvm/lib/System/SunOS/MappedFile.cpp:1.1 llvm/lib/System/SunOS/MappedFile.cpp:1.2
--- llvm/lib/System/SunOS/MappedFile.cpp:1.1	Mon Oct  4 06:08:32 2004
+++ llvm/lib/System/SunOS/MappedFile.cpp	Mon Oct  4 19:56:46 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