]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: compression: include tools.h in compression.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:57:19 +0000 (13:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:57:19 +0000 (13:57 +0200)
It needs it for memprintf() but it wasn't included.

src/compression.c

index 911d0ac5aa5df8112a1209908c6e45496c49b86f..c9c0a308b597e826d211ff4a18c88e09e35fe04c 100644 (file)
@@ -34,6 +34,7 @@
 #include <haproxy/pool.h>
 #include <haproxy/stream.h>
 #include <haproxy/thread.h>
+#include <haproxy/tools.h>
 
 
 #if defined(USE_ZLIB)