summaryrefslogtreecommitdiff
path: root/contrib/gregbook/readpng.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-06-14 06:28:09 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-06-14 12:53:06 -0500
commit981560ae6094f0b0557e82c33d7ae5f7d81ca0ea (patch)
tree972aa901c8053ad474bfd63b4a75e364d5617dc2 /contrib/gregbook/readpng.c
parentd5a80e094465b2feb448e8d291ea696dc408a097 (diff)
downloadlibpng-981560ae6094f0b0557e82c33d7ae5f7d81ca0ea.tar.gz
[master] Imported from libpng-1.5.11.tarbaserock/morph
Diffstat (limited to 'contrib/gregbook/readpng.c')
-rw-r--r--contrib/gregbook/readpng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gregbook/readpng.c b/contrib/gregbook/readpng.c
index df42c301b..0b75fac6d 100644
--- a/contrib/gregbook/readpng.c
+++ b/contrib/gregbook/readpng.c
@@ -55,8 +55,9 @@
#include <stdio.h>
#include <stdlib.h>
+#include <zlib.h>
-#include "png.h" /* libpng header; includes zlib.h */
+#include "png.h" /* libpng header */
#include "readpng.h" /* typedefs, common macros, public prototypes */
/* future versions of libpng will provide this macro: */