Le 9/16/21 à 5:38 PM, Tim Duesterhus a écrit :
This is required for the prototype of spoe_prepare_healthcheck_request().
---
src/flt_spoe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/flt_spoe.c b/src/flt_spoe.c
index 28a5a24f8..aeb68c889 100644
--- a/src/flt_spoe.c
+++ b/src/flt_spoe.c
@@ -17,6 +17,7 @@
#include <haproxy/api.h>
#include <haproxy/arg.h>
#include <haproxy/cfgparse.h>
+#include <haproxy/check.h>
#include <haproxy/filters.h>
#include <haproxy/freq_ctr.h>
#include <haproxy/frontend.h>
Thanks Tim! Both patches merged now.
--
Christopher Faulet