diff --git a/src/filebundle.c b/src/filebundle.c index 8e394252..dbc2b16a 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