]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: sink: include proxy.h in sink.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:20:21 +0000 (20:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
It's needed for proxies_list but was missing.

src/sink.c

index 78091aa58f594ff224e6bdd06c64298c39e2144e..6358da53a69a90cd3d51a4d82534cde3c25ccc5c 100644 (file)
@@ -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>