$NetBSD: patch-aa,v 1.4 2004/06/01 04:31:42 minskim Exp $ --- unzip.h.orig 2004-05-22 20:04:23.000000000 -0500 +++ unzip.h @@ -258,11 +258,16 @@ freely, subject to the following restric #endif /* used to remove arguments in function prototypes for non-ANSI C */ +#ifdef USE_ZLIB +#include +#endif +#ifndef OF #ifdef PROTO # define OF(a) a #else # define OF(a) () #endif +#endif /* enable the "const" keyword only if MODERN and if not otherwise instructed */ #ifdef MODERN