From: Willy Tarreau Date: Wed, 6 Oct 2021 15:53:19 +0000 (+0200) Subject: BUILD: peers: need to include eb{32/mb/pt}tree.h X-Git-Tag: v2.5-dev9~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8db34cc9747d6cc7f9b7868e351b7ebc9c5b1992;p=thirdparty%2Fhaproxy.git BUILD: peers: need to include eb{32/mb/pt}tree.h peers.c uses them all and used to only find them through other includes. --- diff --git a/src/peers.c b/src/peers.c index ab4d4122fc..5a382f863a 100644 --- a/src/peers.c +++ b/src/peers.c @@ -20,6 +20,10 @@ #include #include +#include +#include +#include + #include #include #include