From: Willy Tarreau Date: Wed, 6 Oct 2021 16:48:01 +0000 (+0200) Subject: BUILD: connection: connection.h needs list.h and server.h X-Git-Tag: v2.5-dev9~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa17d9f92c2e85365fee940a20b00303acedf4bb;p=thirdparty%2Fhaproxy.git BUILD: connection: connection.h needs list.h and server.h It manipulates lists and calls srv_add_conn(). --- diff --git a/include/haproxy/connection.h b/include/haproxy/connection.h index 7e5ee7e8ca..a39c717944 100644 --- a/include/haproxy/connection.h +++ b/include/haproxy/connection.h @@ -29,9 +29,11 @@ #include #include #include +#include #include #include #include +#include #include #include #include