BUILD: sink: include proxy.h in sink.c
It's needed for proxies_list but was missing.
This commit is contained in:
parent
b00a8e30f1
commit
817538e397
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue