aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm-tools/files/patch-encode_dxa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/scummvm-tools/files/patch-encode_dxa.cpp')
-rw-r--r--games/scummvm-tools/files/patch-encode_dxa.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/scummvm-tools/files/patch-encode_dxa.cpp b/games/scummvm-tools/files/patch-encode_dxa.cpp
new file mode 100644
index 000000000000..08dbb53b08d0
--- /dev/null
+++ b/games/scummvm-tools/files/patch-encode_dxa.cpp
@@ -0,0 +1,10 @@
+--- encode_dxa.cpp.orig 2009-08-23 15:44:34.000000000 +0200
++++ encode_dxa.cpp 2012-04-29 06:59:57.000000000 +0200
+@@ -25,6 +25,7 @@
+ #include "util.h"
+
+ #include <png.h>
++#include <pngpriv.h>
+
+ const uint32 typeDEXA = 0x41584544;
+ const uint32 typeFRAM = 0x4d415246;