From: Frédéric Lécaille Date: Fri, 15 Mar 2019 10:24:53 +0000 (+0100) Subject: BUILD/MINOR: stick-table: Compilation fix. X-Git-Tag: v2.0-dev3~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92da38222e6a3e10937b0d36f5f606107dd0506;p=thirdparty%2Fhaproxy.git BUILD/MINOR: stick-table: Compilation fix. Missing header to dereference struct peers pointer from struct table. --- diff --git a/include/types/stick_table.h b/include/types/stick_table.h index 695a75c9a6..a6a4a49ebb 100644 --- a/include/types/stick_table.h +++ b/include/types/stick_table.h @@ -31,6 +31,7 @@ #include #include #include +#include #include /* The types of extra data we can store in a stick table */