From c624da06c6984f6fbead058e264c2b47f6a74d7e Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:57:19 +0200 Subject: [PATCH] BUILD: compression: include tools.h in compression.c It needs it for memprintf() but it wasn't included. --- src/compression.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compression.c b/src/compression.c index 911d0ac5a..c9c0a308b 100644 --- a/src/compression.c +++ b/src/compression.c @@ -34,6 +34,7 @@ #include #include #include +#include #if defined(USE_ZLIB) -- 2.47.3