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 --- emulators/fuse/files/patch-screenshot.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/fuse/files/patch-screenshot.c (limited to 'emulators/fuse/files/patch-screenshot.c') diff --git a/emulators/fuse/files/patch-screenshot.c b/emulators/fuse/files/patch-screenshot.c new file mode 100644 index 000000000000..25205faf3088 --- /dev/null +++ b/emulators/fuse/files/patch-screenshot.c @@ -0,0 +1,10 @@ +--- screenshot.c.orig 2011-01-12 22:36:28.000000000 +0100 ++++ screenshot.c 2012-05-09 12:59:50.000000000 +0200 +@@ -49,6 +49,7 @@ + #ifdef USE_LIBPNG + + #include ++#include + + static int get_rgb32_data( libspectrum_byte *rgb32_data, size_t stride, + size_t height, size_t width ); -- cgit v1.2.3