--- hatari/src/includes/unzip.h 2019/04/09 08:55:39 1.1.1.5 +++ hatari/src/includes/unzip.h 2019/04/09 08:56:52 1.1.1.6 @@ -46,7 +46,7 @@ PkWare has also a specification at : ftp://ftp.pkware.com/probdesc.zip */ -#ifndef _unz_H +#if !defined(_unz_H) && defined(HAVE_ZLIB_H) #define _unz_H #ifdef __cplusplus @@ -54,7 +54,7 @@ extern "C" { #endif #ifndef _ZLIB_H -#include "zlib.h" +#include #endif #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)