commit | 7d5ec231caf000bb4ab972844a5a4ae4c26f0d5d | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Thu Oct 14 03:06:59 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Thu Oct 14 03:06:59 2004 +0000 |
tree | ba270114a8c757e132854d0288ecc6423894b950 | |
parent | 8545fc151e1807ea907dd387fba142c30ef8bf18 [diff] [blame] |
Get proper BSD #includes for MappedFile implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16969 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/FreeBSD/MappedFile.cpp b/lib/System/FreeBSD/MappedFile.cpp index a066919..6d22f40 100644 --- a/lib/System/FreeBSD/MappedFile.cpp +++ b/lib/System/FreeBSD/MappedFile.cpp
@@ -12,6 +12,8 @@ // //===----------------------------------------------------------------------===// +#include <sys/stat.h> + // Include the generic unix implementation #include "../Unix/MappedFile.cpp"