diff options
Diffstat (limited to 'lib/System/Unix/Unix.h')
-rw-r--r-- | lib/System/Unix/Unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index 676cbb4fbd..04b86ff877 100644 --- a/lib/System/Unix/Unix.h +++ b/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 |