From: Jaroslav Kysela Date: Sat, 24 Jan 2015 19:58:57 +0000 (+0100) Subject: filebundle: try to fix build error for older zlib.. #3 X-Git-Tag: v4.1~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a9319571b2d05874743000c62c27daee6ee0b7b;p=thirdparty%2Ftvheadend.git filebundle: try to fix build error for older zlib.. #3 --- diff --git a/src/filebundle.c b/src/filebundle.c index 8e394252c..dbc2b16ad 100644 --- a/src/filebundle.c +++ b/src/filebundle.c @@ -24,8 +24,11 @@ #include #include #if ENABLE_ZLIB -#define z_const const +#define ZLIB_CONST 1 #include +#ifndef z_const +#define z_const +#endif #endif #include #include