]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
The file session.c calls plenty of functions from tools.h but did not
include it.

src/session.c

index 1038a369e674edf3f1c01068f0b3ec41558979ed..0f2658849e42fbf8b2b05b2536f9756eae17d05e 100644 (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>