BUILD: idleconns: include missing ebmbtree.h at several places
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:23:40 +0000 (18:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commit63617dbec64b8a1dc582c9442ee0acd3bfdd9a2a
treefe8826148c4fa16a85f10476541d617e37b882dd
parent337f23a11202294948527d020a98967122d870fd
BUILD: idleconns: include missing ebmbtree.h at several places

backend.c, all muxes, backend.c started manipulating ebmb_nodes with
the introduction of idle conns but the types were inherited through
other includes. Let's add ebmbtree.h there.
src/backend.c
src/hlua_fcn.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c