commit | daa6f1a33d1ff357a6e3929caa43ddcce58a695e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:22:17 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | fed0d983511f936c287343195c404d6fd2145feb | |
parent | 7c6685770dd32ef80e61da8848f687b38b927148 [diff] |
BUILD: filters: include proxy.h in filters.c It's needed for proxies_list and used to be inherited via cfgparse.h.
diff --git a/src/filters.c b/src/filters.c index 2075bee..b684b44 100644 --- a/src/filters.c +++ b/src/filters.c
@@ -21,6 +21,7 @@ #include <haproxy/http_htx.h> #include <haproxy/htx.h> #include <haproxy/namespace.h> +#include <haproxy/proxy.h> #include <haproxy/stream.h> #include <haproxy/stream_interface.h> #include <haproxy/tools.h>