]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Include check.h in flt_spoe.c
authorTim Duesterhus <tim@bastelstu.be>
Thu, 16 Sep 2021 15:38:26 +0000 (17:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Sep 2021 16:37:32 +0000 (18:37 +0200)
This is required for the prototype of spoe_prepare_healthcheck_request().

src/flt_spoe.c

index f6e14d30c9c6a11dc2ddba1dd3c1d6113f801538..70aa8697e79f3339f90e090c429f6e14030e9b84 100644 (file)
@@ -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>