]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: vars: include tools.h in vars.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:56:31 +0000 (13:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:56:31 +0000 (13:56 +0200)
A number of functions from tools.h are used there but the file was not
included.

src/vars.c

index 572b5f56fe3c35ecdb075da07cdf5807cdbe3b81..996141f5db9448a3dc58b5d213f373c2decbfb78 100644 (file)
@@ -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>