]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: http_ana: need to include proxy-t to get redirect_rule
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 14:37:40 +0000 (16:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
The struct was only defined inside function arguments there and
inherited from other files.

include/haproxy/http_ana.h

index 8ae501e8e8be4a001397345e6076001b1e5de5a1..73425a64477b51b9bbc81e8357354fcd33f8bffb 100644 (file)
@@ -26,6 +26,7 @@
 #include <haproxy/channel-t.h>
 #include <haproxy/http_ana-t.h>
 #include <haproxy/htx-t.h>
+#include <haproxy/proxy-t.h>
 #include <haproxy/stream-t.h>
 
 extern struct pool_head *pool_head_uniqueid;