BUILD: compression: include tools.h in compression.c

It needs it for memprintf() but it wasn't included.
This commit is contained in:
Willy Tarreau 2021-05-08 13:57:19 +02:00
parent 67046bfc50
commit c624da06c6

View 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)