From: Willy Tarreau Date: Sat, 8 May 2021 12:08:38 +0000 (+0200) Subject: BUILD: stick-table: include freq_ctr.h from stick_table.h X-Git-Tag: v2.4-dev19~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5703a38a0656ecccca6ab6eff155c94b4da4b5f2;p=thirdparty%2Fhaproxy.git BUILD: stick-table: include freq_ctr.h from stick_table.h It's needed for update_freq_ctr_period() which is used there. --- diff --git a/include/haproxy/stick_table.h b/include/haproxy/stick_table.h index 401b89e8f0..5a3b400ba7 100644 --- a/include/haproxy/stick_table.h +++ b/include/haproxy/stick_table.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include