BUILD: spoe: flt_spoe.c needs tools.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:57:17 +0000 (12:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:57:17 +0000 (12:57 +0200)
It uses many functions declared there but used to inherit it through others.

src/flt_spoe.c

index 7749cc9..a68f7b9 100644 (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>