BUILD: compression: include tools.h in compression.c
It needs it for memprintf() but it wasn't included.
This commit is contained in:
parent
67046bfc50
commit
c624da06c6
@ -34,6 +34,7 @@
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/stream.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
#if defined(USE_ZLIB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user