Get proper BSD #includes for MappedFile implementation.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 14 Oct 2004 03:06:59 +0000 (03:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 14 Oct 2004 03:06:59 +0000 (03:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16969 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/FreeBSD/MappedFile.cpp

index a06691966b8678967f6024a016b852d9ac7146c8..6d22f4088f109a126f5a2a47d7a2b39ab5c2ff2c 100644 (file)
@@ -12,6 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <sys/stat.h>
+
 // Include the generic unix implementation
 #include "../Unix/MappedFile.cpp"