diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-30 16:03:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-30 16:03:54 +0000 |
commit | f98fff36ef859dc73708186d94fa57dfbedffda0 (patch) | |
tree | 17a21effa0613b24081b8fb717cf3d206bead2fc /llvm/lib/System/Unix/Unix.h | |
parent | 47fc2791606b3090a61dcebb4c43cc83b0ba55ed (diff) | |
download | bcm5719-llvm-f98fff36ef859dc73708186d94fa57dfbedffda0.tar.gz bcm5719-llvm-f98fff36ef859dc73708186d94fa57dfbedffda0.zip |
Add inclusion of assert.h
llvm-svn: 16118
Diffstat (limited to 'llvm/lib/System/Unix/Unix.h')
-rw-r--r-- | llvm/lib/System/Unix/Unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index 676cbb4fbd1..04b86ff8774 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 |