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