From ab46ac83432b65a45c27a2e57f233c06eb39fb89 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 6 Oct 2021 16:37:40 +0200 Subject: [PATCH] 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. --- include/haproxy/http_ana.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/haproxy/http_ana.h b/include/haproxy/http_ana.h index 8ae501e8e..73425a644 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;