BUILD: vars: include tools.h in vars.c

A number of functions from tools.h are used there but the file was not
included.
This commit is contained in:
Willy Tarreau 2021-05-08 13:56:31 +02:00
parent 485261beab
commit 67046bfc50

View File

@ -15,6 +15,7 @@
#include <haproxy/stream-t.h> #include <haproxy/stream-t.h>
#include <haproxy/tcp_rules.h> #include <haproxy/tcp_rules.h>
#include <haproxy/tcpcheck.h> #include <haproxy/tcpcheck.h>
#include <haproxy/tools.h>
#include <haproxy/vars.h> #include <haproxy/vars.h>