mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 02:35:14 -04:00
"Fix compilation with newer libpng versions", 2012-08-06 from ea0812c50b
This commit is contained in:
parent
ce2950dd7e
commit
3aa27d3ccb
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue