commit | ca14dd5537cbf46ee3a2cd737d12ba95afcad9f6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 12:59:47 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 12:59:47 2021 +0200 |
tree | f36383f6e5f83ed9ced0dba5fc846af55e5d08b8 | |
parent | 0fd04fd62036cbab70f70d3b11474525b96fc12c [diff] [blame] |
BUILD: resolvers: include tools.h Many functions from tools.h are called there but it was inherited via others.
diff --git a/src/resolvers.c b/src/resolvers.c index 44e6eb5..1a05ed3 100644 --- a/src/resolvers.c +++ b/src/resolvers.c
@@ -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>