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

It's needed for proxies_list and used to be inherited via cfgparse.h.
This commit is contained in:
Willy Tarreau 2021-05-08 20:21:31 +02:00
parent 817538e397
commit 7c6685770d

View File

@ -33,7 +33,7 @@
#include <haproxy/listener.h>
#include <haproxy/mworker.h>
#include <haproxy/peers.h>
#include <haproxy/proxy-t.h>
#include <haproxy/proxy.h>
#include <haproxy/signal.h>
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>