mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02: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/pool.h>
|
||||||
#include <haproxy/stream.h>
|
#include <haproxy/stream.h>
|
||||||
#include <haproxy/thread.h>
|
#include <haproxy/thread.h>
|
||||||
|
#include <haproxy/tools.h>
|
||||||
|
|
||||||
|
|
||||||
#if defined(USE_ZLIB)
|
#if defined(USE_ZLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user