diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-02 18:18:31 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-01-09 15:11:53 +0100 |
commit | c534d1ad53e9bc4bb4d2cb91a6843b704c5da599 (patch) | |
tree | 1850154dc3337300cf175f9dbae7e05363d59107 /zutil.c | |
parent | edde9bcf417ddbd86c6b376195dab2a3499655ef (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ unsigned long ZEXPORT PREFIX(zlibCompileFlags)(void) } #ifdef ZLIB_DEBUG - +#include <stdlib.h> # ifndef verbose # define verbose 0 # endif |