summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/decompress_inflate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/decompress_inflate.c b/lib/decompress_inflate.c
index d246d4dc7e..526d6a173f 100644
--- a/lib/decompress_inflate.c
+++ b/lib/decompress_inflate.c
@@ -24,6 +24,8 @@
#endif /* STATIC */
+#include <gunzip.h>
+
#define GZIP_IOBUF_SIZE (16*1024)
static int nofill(void *buffer, unsigned int len)