Fix compilation with --solo and --debug combined.

However this ends up not really being solo, since it has to
include external libraries.
This commit is contained in:
Mark Adler 2017-01-02 18:18:31 -08:00
parent 1e3bccd496
commit e13def040e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ uLong ZEXPORT zlibCompileFlags()
} }
#ifdef ZLIB_DEBUG #ifdef ZLIB_DEBUG
#include <stdlib.h>
# ifndef verbose # ifndef verbose
# define verbose 0 # define verbose 0
# endif # endif