filebundle: try to fix build error for older zlib.. #2

This commit is contained in:
Jaroslav Kysela 2015-01-24 20:47:37 +01:00
parent 078dff5b98
commit a7d26442b1

View file

@ -24,7 +24,7 @@
#include <string.h>
#include <stdio.h>
#if ENABLE_ZLIB
#define ZLIB_CONST 1
#define z_const const
#include <zlib.h>
#endif
#include <sys/types.h>