From e13def040e1236f2e3dd4333a6ece955967478b3 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 2 Jan 2017 18:18:31 -0800 Subject: Fix compilation with --solo and --debug combined. However this ends up not really being solo, since it has to include external libraries. --- zutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zutil.c') 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() } #ifdef ZLIB_DEBUG - +#include # ifndef verbose # define verbose 0 # endif -- cgit v1.2.3-55-g6feb