commit | c624da06c6984f6fbead058e264c2b47f6a74d7e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:57:19 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:57:19 2021 +0200 |
tree | 6dbf12b35676cccca0be3a84779eecf9b1369cf0 | |
parent | 67046bfc50cee7a4ab3a4129f067396766a82c61 [diff] |
BUILD: compression: include tools.h in compression.c It needs it for memprintf() but it wasn't included.
diff --git a/src/compression.c b/src/compression.c index 911d0ac..c9c0a30 100644 --- a/src/compression.c +++ b/src/compression.c
@@ -34,6 +34,7 @@ #include <haproxy/pool.h> #include <haproxy/stream.h> #include <haproxy/thread.h> +#include <haproxy/tools.h> #if defined(USE_ZLIB)