From: Willy Tarreau Date: Sat, 8 May 2021 11:56:31 +0000 (+0200) Subject: BUILD: vars: include tools.h in vars.c X-Git-Tag: v2.4-dev19~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67046bfc50cee7a4ab3a4129f067396766a82c61;p=thirdparty%2Fhaproxy.git BUILD: vars: include tools.h in vars.c A number of functions from tools.h are used there but the file was not included. --- diff --git a/src/vars.c b/src/vars.c index 572b5f56fe..996141f5db 100644 --- a/src/vars.c +++ b/src/vars.c @@ -15,6 +15,7 @@ #include #include #include +#include #include