[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Oct 5 22:31:02 PDT 2003
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.11 -> 1.12
---
Log message:
All of our supported operating systems (so far) and FreeBSD technically
want you to include <sys/stat.h> for fstat(), struct stat, and friends.
---
Diffs of the changes:
Index: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
diff -u llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.11 llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.12
--- llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.11 Sat Oct 4 15:14:40 2003
+++ llvm/lib/Bytecode/Reader/ReaderWrappers.cpp Sun Oct 5 22:30:28 2003
@@ -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"
More information about the llvm-commits
mailing list