commit | e16ada16d99479b27ee962fdf44a245d5dd660a4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 12:57:17 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 12:57:17 2021 +0200 |
tree | a49ef5fd86fed2998bf3fb1b1e36d9db9ef1d45b | |
parent | 2bd86284e6cddc8c1eb5dbe83fd6f3430b987fb5 [diff] |
BUILD: spoe: flt_spoe.c needs tools.h It uses many functions declared there but used to inherit it through others.
diff --git a/src/flt_spoe.c b/src/flt_spoe.c index 7749cc9..a68f7b9 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c
@@ -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>