commit | 0ce6dc010759b19ebce649fde832678532d01128 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 16:38:53 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | f7b689d8057e1c6159c95699510a40d82ab7659e | |
parent | ab46ac83432b65a45c27a2e57f233c06eb39fb89 [diff] |
BUILD: http_rules: requires http_ana-t.h for REDIRECT_* It used to inherit it through other includes.
diff --git a/src/http_rules.c b/src/http_rules.c index ce4a945..4182958 100644 --- a/src/http_rules.c +++ b/src/http_rules.c
@@ -25,6 +25,7 @@ #include <haproxy/chunk.h> #include <haproxy/global.h> #include <haproxy/http.h> +#include <haproxy/http_ana-t.h> #include <haproxy/http_rules.h> #include <haproxy/log.h> #include <haproxy/pool.h>