aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes/files/patch-zpng.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/files/patch-zpng.c')
-rw-r--r--emulators/zsnes/files/patch-zpng.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/zsnes/files/patch-zpng.c b/emulators/zsnes/files/patch-zpng.c
new file mode 100644
index 000000000000..11fe1536d4f4
--- /dev/null
+++ b/emulators/zsnes/files/patch-zpng.c
@@ -0,0 +1,10 @@
+--- zip/zpng.c.orig 2007-01-16 00:06:29.000000000 +0100
++++ zip/zpng.c 2012-05-06 16:01:13.000000000 +0200
+@@ -21,6 +21,7 @@
+
+ #ifndef NO_PNG
+ #include <png.h>
++#include <pngpriv.h>
+ #endif
+
+ #ifdef __UNIXSDL__