From: Mark Adler Date: Tue, 3 Jan 2017 02:18:31 +0000 (-0800) Subject: Fix compilation with --solo and --debug combined. X-Git-Tag: 1.9.9-b1~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c534d1ad53e9bc4bb4d2cb91a6843b704c5da599;p=thirdparty%2Fzlib-ng.git Fix compilation with --solo and --debug combined. However this ends up not really being solo, since it has to include external libraries. --- diff --git a/zutil.c b/zutil.c index 84720e6c..4373586b 100644 --- a/zutil.c +++ b/zutil.c @@ -96,7 +96,7 @@ unsigned long ZEXPORT PREFIX(zlibCompileFlags)(void) } #ifdef ZLIB_DEBUG - +#include # ifndef verbose # define verbose 0 # endif