From a7d26442b14de096d978782450fdbfa1d6d6c20e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 24 Jan 2015 20:47:37 +0100 Subject: [PATCH] filebundle: try to fix build error for older zlib.. #2 --- src/filebundle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filebundle.c b/src/filebundle.c index cca9749f..8e394252 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