BUILD: stick-table: include freq_ctr.h from stick_table.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 12:08:38 +0000 (14:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 17:37:41 +0000 (19:37 +0200)
It's needed for update_freq_ctr_period() which is used there.

include/haproxy/stick_table.h

index 401b89e..5a3b400 100644 (file)
@@ -26,6 +26,7 @@
 #include <haproxy/api.h>
 #include <haproxy/dict-t.h>
 #include <haproxy/errors.h>
+#include <haproxy/freq_ctr.h>
 #include <haproxy/sample-t.h>
 #include <haproxy/stick_table-t.h>
 #include <haproxy/ticks.h>