mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue