From: Tim Duesterhus Date: Thu, 16 Sep 2021 15:38:26 +0000 (+0200) Subject: CLEANUP: Include check.h in flt_spoe.c X-Git-Tag: v2.5-dev8~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75e2f8dcdd4aad3a10d8e3e19d0ebd164b3ae7c5;p=thirdparty%2Fhaproxy.git 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 f6e14d30c9..70aa8697e7 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include