mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -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
|
@ -35,8 +35,8 @@
|
|||
|
||||
#define SODIUM_X_F (IS_NUM_F | IS_UX__F | IS_LX__F) /* SODIUM "0123456789Xx" */
|
||||
|
||||
#include "common.h"
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
|
||||
static const char TeleTable[128][16] = {
|
||||
{ "31313131" }, { "1131313111" }, { "33313111" }, { "1111313131" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue