BUILD: resolvers: include tools.h

Many functions from tools.h are called there but it was inherited via others.
This commit is contained in:
Willy Tarreau 2021-05-08 12:59:47 +02:00
parent 0fd04fd620
commit ca14dd5537

View File

@ -43,6 +43,7 @@
#include <haproxy/tcp_rules.h> #include <haproxy/tcp_rules.h>
#include <haproxy/ticks.h> #include <haproxy/ticks.h>
#include <haproxy/time.h> #include <haproxy/time.h>
#include <haproxy/tools.h>
#include <haproxy/vars.h> #include <haproxy/vars.h>