mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
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:
parent
485261beab
commit
67046bfc50
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue