commit | 67046bfc50cee7a4ab3a4129f067396766a82c61 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:56:31 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:56:31 2021 +0200 |
tree | 87e0c8d3cd345d56a77b20c73943e024b6112d61 | |
parent | 485261beabed5dcc7f0cb9ea55b1529e6a3ec8ef [diff] |
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 572b5f5..996141f 100644 --- a/src/vars.c +++ b/src/vars.c
@@ -15,6 +15,7 @@ #include <haproxy/stream-t.h> #include <haproxy/tcp_rules.h> #include <haproxy/tcpcheck.h> +#include <haproxy/tools.h> #include <haproxy/vars.h>