summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-02 18:18:31 -0800
committerHans Kristian Rosbach <hk-github@circlestorm.org>2019-01-09 15:11:53 +0100
commitc534d1ad53e9bc4bb4d2cb91a6843b704c5da599 (patch)
tree1850154dc3337300cf175f9dbae7e05363d59107
parentedde9bcf417ddbd86c6b376195dab2a3499655ef (diff)
Fix compilation with --solo and --debug combined.
However this ends up not really being solo, since it has to include external libraries.
-rw-r--r--zutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.c b/zutil.c
index 84720e6..4373586 100644
--- a/zutil.c
+++ b/zutil.c
@@ -96,7 +96,7 @@ unsigned long ZEXPORT PREFIX(zlibCompileFlags)(void)
}
#ifdef ZLIB_DEBUG
-
+#include <stdlib.h>
# ifndef verbose
# define verbose 0
# endif