projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8545fc1
)
Get proper BSD #includes for MappedFile implementation.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 14 Oct 2004 03:06:59 +0000
(
03:06
+0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/lib/System/FreeBSD/MappedFile.cpp
b/lib/System/FreeBSD/MappedFile.cpp
index a06691966b8678967f6024a016b852d9ac7146c8..6d22f4088f109a126f5a2a47d7a2b39ab5c2ff2c 100644
(file)
--- 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"