BUILD: session: include tools.h in session.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:03:04 +0000 (13:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:03:04 +0000 (13:03 +0200)
commit523ca9d1020d986a591d3fb79da41bd39c40107f
tree970f06caa0715dd375b1a08f35f44cb0691d8baf
parente684483ec57badb4a6ad9c4ea48d17d2494839c9
BUILD: session: include tools.h in session.c

The file session.c calls plenty of functions from tools.h but did not
include it.
src/session.c