[llvm-commits] CVS: llvm/lib/System/Unix/Unix.h
Reid Spencer
reid at x10sys.com
Mon Aug 30 09:04:04 PDT 2004
Changes in directory llvm/lib/System/Unix:
Unix.h updated: 1.2 -> 1.3
---
Log message:
Add inclusion of assert.h
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/System/Unix/Unix.h
diff -u llvm/lib/System/Unix/Unix.h:1.2 llvm/lib/System/Unix/Unix.h:1.3
--- llvm/lib/System/Unix/Unix.h:1.2 Sun Aug 29 14:24:20 2004
+++ llvm/lib/System/Unix/Unix.h Mon Aug 30 11:03:54 2004
@@ -24,6 +24,7 @@
#include <cerrno>
#include <sys/types.h>
#include <sys/param.h>
+#include <assert.h>
inline void ThrowErrno(const std::string& prefix) {
#if defined __USE_XOPEN2K || defined __USE_MISC
More information about the llvm-commits
mailing list