commit | f98fff36ef859dc73708186d94fa57dfbedffda0 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Mon Aug 30 16:03:54 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Mon Aug 30 16:03:54 2004 +0000 |
tree | 17a21effa0613b24081b8fb717cf3d206bead2fc | |
parent | 47fc2791606b3090a61dcebb4c43cc83b0ba55ed [diff] [blame] |
Add inclusion of assert.h llvm-svn: 16118
diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index 676cbb4..04b86ff 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.h
@@ -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