commit | 7c6685770dd32ef80e61da8848f687b38b927148 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:21:31 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | 080623c41bdee5bf0ba5a1b5161c0e94a9e01a9b | |
parent | 817538e397d91ade950af3f408e630764819867c [diff] |
BUILD: mworker: include proxy.h in mworker.c It's needed for proxies_list and used to be inherited via cfgparse.h.
diff --git a/src/mworker.c b/src/mworker.c index 4819d16..2cdb028 100644 --- a/src/mworker.c +++ b/src/mworker.c
@@ -33,7 +33,7 @@ #include <haproxy/listener.h> #include <haproxy/mworker.h> #include <haproxy/peers.h> -#include <haproxy/proxy-t.h> +#include <haproxy/proxy.h> #include <haproxy/signal.h> #include <haproxy/stream.h> #include <haproxy/stream_interface.h>