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 78091aa..6358da5 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>