commit | b7fc4c4e9f36d9180454808190441e85dca576f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 18:56:42 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | b0ee762788419d8df9f597c105de92b274190d30 | |
parent | fa17d9f92c2e85365fee940a20b00303acedf4bb [diff] [blame] |
BUILD: tree-wide: add missing http_ana.h from many places At least 6 files make use of s->txn without including http_ana which defines it. They used to get it from other includes.
diff --git a/src/log.c b/src/log.c index 1e08b66..0e880c9 100644 --- a/src/log.c +++ b/src/log.c
@@ -31,6 +31,7 @@ #include <haproxy/frontend.h> #include <haproxy/global.h> #include <haproxy/http.h> +#include <haproxy/http_ana.h> #include <haproxy/listener.h> #include <haproxy/log.h> #include <haproxy/proxy.h>