mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 07:59:50 -04:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
parent
e1522e0808
commit
a6cc4f5203
11 changed files with 17 additions and 18 deletions
|
@ -38,11 +38,10 @@
|
|||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
||||
#include <png.h>
|
||||
#include <zlib.h>
|
||||
#include <setjmp.h>
|
||||
#include "common.h"
|
||||
|
||||
/* Note if change this need to change "backend/tests/test_png.c" definition also */
|
||||
struct wpng_error_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue