mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Unconditionaly include <stdio.h>
In `debug_print_escape`, `sprintf` is used invariant of `ZINT_TEST` being defined or not, therefore the definition for `sprintf` also has to be imported invariant of `ZINT_TEST`
This commit is contained in:
parent
888db0bf00
commit
5e0458cb65
@ -31,9 +31,7 @@
|
|||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#ifdef ZINT_TEST
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
/* Converts a character 0-9, A-F to its equivalent integer value */
|
/* Converts a character 0-9, A-F to its equivalent integer value */
|
||||||
|
Loading…
Reference in New Issue
Block a user