mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue