From 5703a38a0656ecccca6ab6eff155c94b4da4b5f2 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 14:08:38 +0200 Subject: [PATCH] BUILD: stick-table: include freq_ctr.h from stick_table.h It's needed for update_freq_ctr_period() which is used there. --- include/haproxy/stick_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/haproxy/stick_table.h b/include/haproxy/stick_table.h index 401b89e8f..5a3b400ba 100644 --- a/include/haproxy/stick_table.h +++ b/include/haproxy/stick_table.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include