summaryrefslogtreecommitdiff
path: root/games/deng/files/patch-gl_png.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/deng/files/patch-gl_png.c')
-rw-r--r--games/deng/files/patch-gl_png.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/deng/files/patch-gl_png.c b/games/deng/files/patch-gl_png.c
new file mode 100644
index 000000000000..0d0fb58a0f84
--- /dev/null
+++ b/games/deng/files/patch-gl_png.c
@@ -0,0 +1,10 @@
+--- doomsday/engine/portable/src/gl_png.c.orig 2010-04-07 22:52:50.000000000 +0200
++++ doomsday/engine/portable/src/gl_png.c 2012-04-29 06:31:36.000000000 +0200
+@@ -32,6 +32,7 @@
+ // HEADER FILES ------------------------------------------------------------
+
+ #include <png.h>
++#include <pngpriv.h>
+ #include <setjmp.h>
+
+ #include "de_base.h"