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

It's needed for proxies_list but was missing.
This commit is contained in:
Willy Tarreau 2021-05-08 20:20:21 +02:00
parent b00a8e30f1
commit 817538e397
1 changed files with 1 additions and 0 deletions

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