You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/pngnq/files/pngnq-1.0-libpng15.patch

14 lines
359 B

--- a/src/rwpng.c
+++ b/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: */