blob: fb1bb4b30dec21643832ed1ab881688169627dbb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- tools/gxps-png-writer.c.zlib 2011-11-23 03:25:04.000000000 +0100
+++ tools/gxps-png-writer.c 2011-11-23 03:25:18.000000000 +0100
@@ -21,6 +21,7 @@
#include "gxps-png-writer.h"
#include <png.h>
+#include <zlib.h>
#include <stdint.h>
struct _GXPSPngWriter {
|