aboutsummaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-02 18:18:31 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-02 18:21:29 -0800
commite13def040e1236f2e3dd4333a6ece955967478b3 (patch)
tree44fff57d56e8016902196983bf694d901bb47368 /zutil.c
parent1e3bccd4965d34cfd34e3fed7329b1b2c4b28d1d (diff)
downloadzlib-e13def040e1236f2e3dd4333a6ece955967478b3.tar.gz
zlib-e13def040e1236f2e3dd4333a6ece955967478b3.tar.bz2
zlib-e13def040e1236f2e3dd4333a6ece955967478b3.zip
Fix compilation with --solo and --debug combined.
However this ends up not really being solo, since it has to include external libraries.
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.c b/zutil.c
index 3b4d904..56534fb 100644
--- a/zutil.c
+++ b/zutil.c
@@ -113,7 +113,7 @@ uLong ZEXPORT zlibCompileFlags()
113} 113}
114 114
115#ifdef ZLIB_DEBUG 115#ifdef ZLIB_DEBUG
116 116#include <stdlib.h>
117# ifndef verbose 117# ifndef verbose
118# define verbose 0 118# define verbose 0
119# endif 119# endif