mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
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
Block a user