BUILD: resolvers: include tools.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:59:47 +0000 (12:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:59:47 +0000 (12:59 +0200)
Many functions from tools.h are called there but it was inherited via others.

src/resolvers.c

index 44e6eb5..1a05ed3 100644 (file)
@@ -43,6 +43,7 @@
 #include <haproxy/tcp_rules.h>
 #include <haproxy/ticks.h>
 #include <haproxy/time.h>
+#include <haproxy/tools.h>
 #include <haproxy/vars.h>