mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
@ -30,8 +30,8 @@
|
||||
*/
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include "common.h"
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
|
||||
INTERNAL int code39(struct zint_symbol *symbol, unsigned char source[], int length);
|
||||
|
||||
|
Reference in New Issue
Block a user