Skip to content

Commit e13def0

Browse files
committed
Fix compilation with --solo and --debug combined.
However this ends up not really being solo, since it has to include external libraries.
1 parent 1e3bccd commit e13def0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ uLong ZEXPORT zlibCompileFlags()
113113
}
114114

115115
#ifdef ZLIB_DEBUG
116-
116+
#include <stdlib.h>
117117
# ifndef verbose
118118
# define verbose 0
119119
# endif

0 commit comments

Comments
 (0)