Skip to content

Commit

Permalink
Fix compilation with --solo and --debug combined.
Browse files Browse the repository at this point in the history
However this ends up not really being solo, since it has to
include external libraries.
  • Loading branch information
madler committed Jan 3, 2017
1 parent 1e3bccd commit e13def0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ uLong ZEXPORT zlibCompileFlags()
}

#ifdef ZLIB_DEBUG

#include <stdlib.h>
# ifndef verbose
# define verbose 0
# endif
Expand Down

0 comments on commit e13def0

Please sign in to comment.