From: William Lallemand Date: Fri, 16 Dec 2022 14:40:31 +0000 (+0100) Subject: BUILD: peers: peers-t.h depends on stick-table-t.h X-Git-Tag: v2.8-dev1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46bea1c6163731a45749e4429fbd1294441a7c68;p=thirdparty%2Fhaproxy.git BUILD: peers: peers-t.h depends on stick-table-t.h peers-t.h uses "struct stktable" as well as STKTABLE_DATA_TYPES which are defined in stick-table-t.h. It works by accident because stick-table-t.h was always included before. But could provoke build issue with EXTRA code. To be backported as far as 2.2. --- diff --git a/include/haproxy/peers-t.h b/include/haproxy/peers-t.h index 965bf3ed5c..9535518a78 100644 --- a/include/haproxy/peers-t.h +++ b/include/haproxy/peers-t.h @@ -31,6 +31,7 @@ #include #include +#include #include