CLEANUP: Include check.h in flt_spoe.c

This is required for the prototype of spoe_prepare_healthcheck_request().
This commit is contained in:
Tim Duesterhus 2021-09-16 17:38:26 +02:00 committed by Christopher Faulet
parent 79a3478c24
commit 75e2f8dcdd

View File

@ -17,6 +17,7 @@
#include <haproxy/api.h> #include <haproxy/api.h>
#include <haproxy/arg.h> #include <haproxy/arg.h>
#include <haproxy/cfgparse.h> #include <haproxy/cfgparse.h>
#include <haproxy/check.h>
#include <haproxy/filters.h> #include <haproxy/filters.h>
#include <haproxy/freq_ctr.h> #include <haproxy/freq_ctr.h>
#include <haproxy/frontend.h> #include <haproxy/frontend.h>