From: Willy Tarreau Date: Sat, 8 May 2021 10:57:17 +0000 (+0200) Subject: BUILD: spoe: flt_spoe.c needs tools.h X-Git-Tag: v2.4-dev19~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e16ada16d99479b27ee962fdf44a245d5dd660a4;p=thirdparty%2Fhaproxy.git 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 7749cc98cc..a68f7b9141 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c @@ -36,6 +36,7 @@ #include #include #include +#include #include