summaryrefslogtreecommitdiff
path: root/emulators/zsnes/files/patch-zpng.c
blob: 11fe1536d4f4476bf272b6a3218926b04d265137 (plain) (blame)
1
2
3
4
5
6
7
8
9
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__