BUILD: http_rules: requires http_ana-t.h for REDIRECT_*

It used to inherit it through other includes.
This commit is contained in:
Willy Tarreau 2021-10-06 16:38:53 +02:00
parent ab46ac8343
commit 0ce6dc0107

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