1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-26 21:35:57 +00:00

backend: standard lib includes before local (fixes [[e1522e]])

This commit is contained in:
gitlost
2022-09-13 22:08:08 +01:00
parent e1522e0808
commit a6cc4f5203
11 changed files with 17 additions and 18 deletions

View File

@@ -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 {