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.
This commit is contained in:
Willy Tarreau 2021-10-06 16:37:40 +02:00
parent 286631a1a0
commit ab46ac8343

View 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;