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:
9bf6239
)
All of our supported operating systems (so far) and FreeBSD technically
author
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 6 Oct 2003 03:30:28 +0000
(
03:30
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 6 Oct 2003 03:30:28 +0000
(
03:30
+0000)
want you to include <sys/stat.h> for fstat(), struct stat, and friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8887
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Reader/ReaderWrappers.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Reader/ReaderWrappers.cpp
b/lib/Bytecode/Reader/ReaderWrappers.cpp
index 68f210175b9ed0d59a8cbc54417f11eaa820d5a2..99c0e6be9ee37fa0f6a8afe5b59ac585ecbceed0 100644
(file)
--- a/
lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/
lib/Bytecode/Reader/ReaderWrappers.cpp
@@
-8,6
+8,7
@@
#include "ReaderInternals.h"
#include "Support/StringExtras.h"
#include "Config/fcntl.h"
+#include <sys/stat.h>
#include "Config/unistd.h"
#include "Config/sys/mman.h"