From: Willy Tarreau Date: Sat, 8 May 2021 10:59:47 +0000 (+0200) Subject: BUILD: resolvers: include tools.h X-Git-Tag: v2.4-dev19~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca14dd5537cbf46ee3a2cd737d12ba95afcad9f6;p=thirdparty%2Fhaproxy.git 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 44e6eb5ad5..1a05ed3134 100644 --- a/src/resolvers.c +++ b/src/resolvers.c @@ -43,6 +43,7 @@ #include #include #include +#include #include