Fix header in pngstruct.h

This commit is contained in:
sergiobenrocha2 2015-08-21 20:36:28 -03:00
parent b0214d89f6
commit da8a572535
1 changed files with 1 additions and 1 deletions

View File

@ -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