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

Reid Spencer reid at x10sys.com
Wed Oct 13 20:07:10 PDT 2004



Changes in directory llvm/lib/System/FreeBSD:

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

Get proper BSD #includes for MappedFile implementation.


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

Index: llvm/lib/System/FreeBSD/MappedFile.cpp
diff -u llvm/lib/System/FreeBSD/MappedFile.cpp:1.1 llvm/lib/System/FreeBSD/MappedFile.cpp:1.2
--- llvm/lib/System/FreeBSD/MappedFile.cpp:1.1	Mon Oct  4 06:08:32 2004
+++ llvm/lib/System/FreeBSD/MappedFile.cpp	Wed Oct 13 22:06:59 2004
@@ -12,6 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <sys/stat.h>
+
 // Include the generic unix implementation
 #include "../Unix/MappedFile.cpp"
 






More information about the llvm-commits mailing list