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:
Willy Tarreau 2021-05-08 13:02:07 +02:00
parent 4cbf62d48a
commit e684483ec5
1 changed files with 1 additions and 0 deletions

View File

@ -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>