BUILD: session: include tools.h in session.c
The file session.c calls plenty of functions from tools.h but did not include it.
This commit is contained in:
parent
e684483ec5
commit
523ca9d102
|
@ -20,6 +20,7 @@
|
|||
#include <haproxy/proxy.h>
|
||||
#include <haproxy/session.h>
|
||||
#include <haproxy/tcp_rules.h>
|
||||
#include <haproxy/tools.h>
|
||||
#include <haproxy/vars.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue