1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-13 06:56:01 +00:00

replaced non-existing

#include "png.h"
with
#include<zlib.h>
#include<png.h>
This commit is contained in:
tgotic
2011-05-04 21:51:18 +02:00
parent 6a69a212a0
commit 4805d7f8b8

View File

@@ -33,7 +33,8 @@
#endif /* _MSC_VER */
#ifndef NO_PNG
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
#include <zlib.h>
#include <png.h>
#endif /* NO_PNG */
#include "maxipng.h" /* Maxicode shapes */