BUILD: mworker: include proxy.h in mworker.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:21:31 +0000 (20:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
It's needed for proxies_list and used to be inherited via cfgparse.h.

src/mworker.c

index 4819d16..2cdb028 100644 (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>