summaryrefslogtreecommitdiff
path: root/lib/zlib/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlib/zutil.c')
-rw-r--r--lib/zlib/zutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zlib/zutil.c b/lib/zlib/zutil.c
index 227343e48d..609aac55ce 100644
--- a/lib/zlib/zutil.c
+++ b/lib/zlib/zutil.c
@@ -6,6 +6,7 @@
/* @(#) $Id$ */
#include "zutil.h"
+#include <hang.h>
#ifndef NO_DUMMY_DECL
struct internal_state {int dummy;}; /* for buggy compilers */
@@ -34,7 +35,7 @@ void z_error (m)
char *m;
{
fprintf(stderr, "%s\n", m);
- hang ();
+ hang();
}
#endif