]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: filters: include proxy.h in filters.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:22:17 +0000 (20:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
It's needed for proxies_list and used to be inherited via cfgparse.h.

src/filters.c

index 2075beefa7049be97516543167ed46efb1e85ec1..b684b44da4be61e6421f9b479223024f8581f66e 100644 (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>