Add inclusion of assert.h
authorReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 16:03:54 +0000 (16:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 16:03:54 +0000 (16:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16118 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Unix/Unix.h

index 676cbb4fbd15b9bc118e3b85061fcf5a03ff7c36..04b86ff8774e9a5a3226d4d4e033a76bef156118 100644 (file)
@@ -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