[kandinsky] Fix the rasterizer with old libpng

This commit is contained in:
Romain Goyet
2019-05-28 14:15:50 +02:00
committed by Léa Saviot
parent 2d22617985
commit 01eeec5f08

View File

@@ -36,6 +36,7 @@ typedef struct {
} image_t;
#ifdef GENERATE_PNG
#define PNG_SKIP_SETJMP_CHECK
#include <png.h>
void writeImageToPNGFile(image_t * image, char * filename);
#endif