From 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 1 Jun 2012 05:26:28 +0000 Subject: - update png to 1.5.10 --- graphics/rawstudio/files/patch-output-pngfile.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/rawstudio/files/patch-output-pngfile.c (limited to 'graphics/rawstudio/files/patch-output-pngfile.c') diff --git a/graphics/rawstudio/files/patch-output-pngfile.c b/graphics/rawstudio/files/patch-output-pngfile.c new file mode 100644 index 000000000000..267a284c53e9 --- /dev/null +++ b/graphics/rawstudio/files/patch-output-pngfile.c @@ -0,0 +1,10 @@ +--- plugins/output-pngfile/output-pngfile.c.orig 2011-03-26 02:52:29.000000000 +0100 ++++ plugins/output-pngfile/output-pngfile.c 2012-05-12 14:23:21.000000000 +0200 +@@ -23,6 +23,7 @@ + #include + #include "config.h" + #include ++#include + + #define RS_TYPE_PNGFILE (rs_pngfile_type) + #define RS_PNGFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), RS_TYPE_PNGFILE, RSPngfile)) -- cgit v1.2.3