]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 7749cc98cca3f32b71053d4a7da8d724e1075ad1..a68f7b9141025963e8f4ad79c0d1617a4c59774e 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>