mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-24 23:58:34 -04:00
BUILD: http_rules: requires http_ana-t.h for REDIRECT_*
It used to inherit it through other includes.
This commit is contained in:
parent
ab46ac8343
commit
0ce6dc0107
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue