mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-20 12:40:46 +00:00
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…
Reference in New Issue
Block a user