mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Fix previous commit [857021] - allow for ZINT_NO_PNG
This commit is contained in:
parent
857021de84
commit
b3a8680a90
@ -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…
Reference in New Issue
Block a user