summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-04-15 20:10:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-15 20:10:40 -0400
commitcb0d6bef7f241d21f6efd6af377cab3a33b7de09 (patch)
treeb5dc257b34ded3360e53e8fc4cd5a37bd6c14416
parent91074d01a0e2b4508f7f253f1e0a7669363cb128 (diff)
downloadgdk-pixbuf-cb0d6bef7f241d21f6efd6af377cab3a33b7de09.tar.gz
Include string.h
Required to build against libpng 1.6, https://bugzilla.gnome.org/review?bug=698093
-rw-r--r--gdk-pixbuf/io-png.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <png.h>
#include "gdk-pixbuf-private.h"