mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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:
parent
286631a1a0
commit
ab46ac8343
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue