summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-14 03:06:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-14 03:06:59 +0000
commit2f5fd880364ec36aed0ae7e2f3120eb1d4480292 (patch)
treee4a98884efa605243b5880d8eb7cdb97206870bb /llvm/lib/System
parent9cb9354d1739861297ce8c53f8f57be5a04b9d69 (diff)
downloadbcm5719-llvm-2f5fd880364ec36aed0ae7e2f3120eb1d4480292.tar.gz
bcm5719-llvm-2f5fd880364ec36aed0ae7e2f3120eb1d4480292.zip
Get proper BSD #includes for MappedFile implementation.
llvm-svn: 16969
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/FreeBSD/MappedFile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/System/FreeBSD/MappedFile.cpp b/llvm/lib/System/FreeBSD/MappedFile.cpp
index a06691966b8..6d22f4088f1 100644
--- a/llvm/lib/System/FreeBSD/MappedFile.cpp
+++ b/llvm/lib/System/FreeBSD/MappedFile.cpp
@@ -12,6 +12,8 @@
//
//===----------------------------------------------------------------------===//
+#include <sys/stat.h>
+
// Include the generic unix implementation
#include "../Unix/MappedFile.cpp"
OpenPOWER on IntegriCloud