projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab46ac8
)
BUILD: http_rules: requires http_ana-t.h for REDIRECT_*
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 14:38:53 +0000
(16:38 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It used to inherit it through other includes.
src/http_rules.c
patch
|
blob
|
history
diff --git
a/src/http_rules.c
b/src/http_rules.c
index
ce4a945
..
4182958
100644
(file)
--- a/
src/http_rules.c
+++ b/
src/http_rules.c
@@
-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>