From cb0d6bef7f241d21f6efd6af377cab3a33b7de09 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Apr 2013 20:10:40 -0400 Subject: Include string.h Required to build against libpng 1.6, https://bugzilla.gnome.org/review?bug=698093 --- gdk-pixbuf/io-png.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c index fd8ac568a..c8c559783 100644 --- a/gdk-pixbuf/io-png.c +++ b/gdk-pixbuf/io-png.c @@ -26,6 +26,7 @@ #include "config.h" #include #include +#include #include #include "gdk-pixbuf-private.h" -- cgit v1.2.1