Fix header in pngstruct.h
This commit is contained in:
parent
b0214d89f6
commit
da8a572535
|
@ -27,7 +27,7 @@
|
|||
/* We must ensure that zlib uses 'const' in declarations. */
|
||||
# define ZLIB_CONST
|
||||
#endif
|
||||
#include "zlib.h"
|
||||
#include "../zlib/zlib.h"
|
||||
#ifdef const
|
||||
/* zlib.h sometimes #defines const to nothing, undo this. */
|
||||
# undef const
|
||||
|
|
Loading…
Reference in New Issue