summaryrefslogtreecommitdiff
blob: 950921102fe680c35c9e4cd75c22bf04d32b193d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Index: image.h
===================================================================
--- a/engine/core/video/image.h	(revision 3239)
+++ b/engine/core/video/image.h	(working copy)
@@ -27,8 +27,6 @@
 
 // 3rd party library includes
 #include <SDL.h>
-#define PNG_SKIP_SETJMP_CHECK
-#include <png.h>
 
 // FIFE includes
 // These includes are split up in two parts, separated by one empty line
Index: image.cpp
===================================================================
--- a/engine/core/video/image.cpp	(revision 3239)
+++ b/engine/core/video/image.cpp	(working copy)
@@ -25,6 +25,7 @@
 
 // 3rd party library includes
 #include <SDL.h>
+#include <png.h>
 
 // FIFE includes
 // These includes are split up in two parts, separated by one empty line