]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 44e6eb5ad5b385ab6c386fb62c4dffd556c26211..1a05ed31346f484bfe3b9fe7da807cdae064b4fe 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>