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:
Willy Tarreau 2021-05-08 13:03:04 +02:00
parent e684483ec5
commit 523ca9d102
1 changed files with 1 additions and 0 deletions

View File

@ -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>