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:
286631a
)
BUILD: http_ana: need to include proxy-t to get redirect_rule
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 14:37:40 +0000
(16:37 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
The struct was only defined inside function arguments there and
inherited from other files.
include/haproxy/http_ana.h
patch
|
blob
|
history
diff --git
a/include/haproxy/http_ana.h
b/include/haproxy/http_ana.h
index
8ae501e
..
73425a6
100644
(file)
--- a/
include/haproxy/http_ana.h
+++ b/
include/haproxy/http_ana.h
@@
-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;