From: Willy Tarreau Date: Wed, 6 Oct 2021 14:37:40 +0000 (+0200) Subject: BUILD: http_ana: need to include proxy-t to get redirect_rule X-Git-Tag: v2.5-dev9~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab46ac83432b65a45c27a2e57f233c06eb39fb89;p=thirdparty%2Fhaproxy.git BUILD: http_ana: need to include proxy-t to get redirect_rule The struct was only defined inside function arguments there and inherited from other files. --- diff --git a/include/haproxy/http_ana.h b/include/haproxy/http_ana.h index 8ae501e8e8..73425a6447 100644 --- a/include/haproxy/http_ana.h +++ b/include/haproxy/http_ana.h @@ -26,6 +26,7 @@ #include #include #include +#include #include extern struct pool_head *pool_head_uniqueid;