Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 76aca40d8f678e05b7ca493e38d0ec66 > files > 1

pngnq-1.1-11.mga9.src.rpm

--- src/rwpng.c
+++ src/rwpng.c
@@ -31,8 +31,9 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <zlib.h>
 
-#include "png.h"        /* libpng header; includes zlib.h */
+#include "png.h"        /* libpng header */
 #include "rwpng.h"      /* typedefs, common macros, public prototypes */
 
 /* future versions of libpng will provide this macro: */