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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user