mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Fix previous commit [857021] - allow for ZINT_NO_PNG
This commit is contained in:
parent
857021de84
commit
b3a8680a90
1 changed files with 2 additions and 0 deletions
|
@ -30,7 +30,9 @@
|
|||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include "testcommon.h"
|
||||
#ifndef ZINT_NO_PNG
|
||||
#include <zlib.h> /* For ZLIBNG_VERSION define (if any) */
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define TEST_PRINT_OVERWRITE_EXPECTED "bmp,emf,eps,gif,pcx,png,svg,tif,txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue