commit | 75e2f8dcdd4aad3a10d8e3e19d0ebd164b3ae7c5 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Thu Sep 16 17:38:26 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Sep 20 18:37:32 2021 +0200 |
tree | 2d4032929aa8b1bc92d3661e601a4641e524a941 | |
parent | 79a3478c24ab0aa4e854e9225527a8cae4938a3d [diff] |
CLEANUP: Include check.h in flt_spoe.c This is required for the prototype of spoe_prepare_healthcheck_request().
diff --git a/src/flt_spoe.c b/src/flt_spoe.c index f6e14d3..70aa869 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>