diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-14 03:06:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-14 03:06:59 +0000 |
commit | 2f5fd880364ec36aed0ae7e2f3120eb1d4480292 (patch) | |
tree | e4a98884efa605243b5880d8eb7cdb97206870bb /llvm/lib/System | |
parent | 9cb9354d1739861297ce8c53f8f57be5a04b9d69 (diff) | |
download | bcm5719-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.cpp | 2 |
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" |