mirror of
https://git.code.sf.net/p/zint/code
synced 2026-06-16 18:43:37 +00:00
"Fix compilation with newer libpng versions", 2012-08-06 from https://github.com/zint/zint/commit/ea0812c50b636aa9cec3d467ca35e8addb5c1a9d
This commit is contained in:
+3
-1
@@ -44,7 +44,9 @@
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifndef NO_PNG
|
||||
#include "png.h" /* libpng header; includes zlib.h and setjmp.h */
|
||||
#include <png.h>
|
||||
#include <zlib.h>
|
||||
#include <setjmp.h>
|
||||
#endif /* NO_PNG */
|
||||
#include "maxipng.h" /* Maxicode shapes */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user