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

@ -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);