BUILD: proxy: include tools.h in proxy.c
Many functions are used from tools.h but the file wasn't included and was inherited through others.
This commit is contained in:
parent
4cbf62d48a
commit
e684483ec5
|
@ -48,6 +48,7 @@
|
|||
#include <haproxy/task.h>
|
||||
#include <haproxy/tcpcheck.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/tools.h>
|
||||
#include <haproxy/xprt_quic.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue