]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: http_rules: requires http_ana-t.h for REDIRECT_*
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 14:38:53 +0000 (16:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It used to inherit it through other includes.

src/http_rules.c

index ce4a94554ed46d18db75648969ce8873ccfc814e..4182958a6377402f821b8351524417e9a05a8672 100644 (file)
@@ -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>