BUILD: spoe: flt_spoe.c needs tools.h

It uses many functions declared there but used to inherit it through others.
This commit is contained in:
Willy Tarreau 2021-05-08 12:57:17 +02:00
parent 2bd86284e6
commit e16ada16d9

View File

@ -36,6 +36,7 @@
#include <haproxy/tcp_rules.h>
#include <haproxy/thread.h>
#include <haproxy/time.h>
#include <haproxy/tools.h>
#include <haproxy/vars.h>