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:
parent
7c6685770d
commit
daa6f1a33d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue