mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04: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
1 changed files with 0 additions and 2 deletions
|
@ -31,9 +31,7 @@
|
|||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include <assert.h>
|
||||
#ifdef ZINT_TEST
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
||||
/* Converts a character 0-9, A-F to its equivalent integer value */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue