commit | 817538e397d91ade950af3f408e630764819867c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:20:21 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | d3b7d889d5a896f363e8ef91c912db415c218b60 | |
parent | b00a8e30f1dbc36764cf745eb46aa095991fa7bb [diff] |
BUILD: sink: include proxy.h in sink.c It's needed for proxies_list but was missing.
diff --git a/src/sink.c b/src/sink.c index 78091aa..6358da5 100644 --- a/src/sink.c +++ b/src/sink.c
@@ -25,6 +25,7 @@ #include <haproxy/errors.h> #include <haproxy/list.h> #include <haproxy/log.h> +#include <haproxy/proxy.h> #include <haproxy/ring.h> #include <haproxy/signal.h> #include <haproxy/sink.h>