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:
@ -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" },
|
||||
|
Reference in New Issue
Block a user