]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 4819d16c01189b6aead931a1ecfb5c8577730b3c..2cdb02821851e60daa2fdf4763f816fb0292a6a1 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>