[gdk-pixbuf/gdk-pixbuf-2-28] Include string.h
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf/gdk-pixbuf-2-28] Include string.h
- Date: Tue, 16 Apr 2013 00:12:54 +0000 (UTC)
commit 5f64b6a2be1521dd80d2b20b005fd76e51df8851
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Apr 15 20:10:40 2013 -0400
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 fd8ac56..c8c5597 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]