diff options
Diffstat (limited to 'lib/gdi/picload.cpp')
| -rw-r--r-- | lib/gdi/picload.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gdi/picload.cpp b/lib/gdi/picload.cpp index c162f89d..0ce10c09 100644 --- a/lib/gdi/picload.cpp +++ b/lib/gdi/picload.cpp @@ -1,4 +1,5 @@ -#include <png.h> // must be included before Python.h because of setjmp +#define PNG_SKIP_SETJMP_CHECK +#include <png.h> #include <fcntl.h> #include <lib/gdi/picload.h> |
