From e16ada16d99479b27ee962fdf44a245d5dd660a4 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 12:57:17 +0200 Subject: [PATCH] BUILD: spoe: flt_spoe.c needs tools.h It uses many functions declared there but used to inherit it through others. --- src/flt_spoe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flt_spoe.c b/src/flt_spoe.c index 7749cc98c..a68f7b914 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c @@ -36,6 +36,7 @@ #include #include #include +#include #include