BUILD: filters: include proxy.h in filters.c

It's needed for proxies_list and used to be inherited via cfgparse.h.
This commit is contained in:
Willy Tarreau 2021-05-08 20:22:17 +02:00
parent 7c6685770d
commit daa6f1a33d
1 changed files with 1 additions and 0 deletions

View File

@ -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>