From 67046bfc50cee7a4ab3a4129f067396766a82c61 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:56:31 +0200 Subject: [PATCH] BUILD: vars: include tools.h in vars.c A number of functions from tools.h are used there but the file was not included. --- src/vars.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3