diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-04-15 20:10:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-04-15 20:10:40 -0400 |
commit | cb0d6bef7f241d21f6efd6af377cab3a33b7de09 (patch) | |
tree | b5dc257b34ded3360e53e8fc4cd5a37bd6c14416 /gdk-pixbuf | |
parent | 91074d01a0e2b4508f7f253f1e0a7669363cb128 (diff) | |
download | gdk-pixbuf-cb0d6bef7f241d21f6efd6af377cab3a33b7de09.tar.gz |
Include string.h
Required to build against libpng 1.6,
https://bugzilla.gnome.org/review?bug=698093
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/io-png.c | 1 |
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" |