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/sci-visualization/gwyddion/files/gwyddion-2.25-libpng15.patch

11 lines
158 B

--- modules/file/pixmap.c
+++ modules/file/pixmap.c
@@ -39,6 +39,7 @@
#include <gtk/gtk.h>
#ifdef HAVE_PNG
+#include <zlib.h>
#include <png.h>
#endif