]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 401b89e8f065edf4f3d283cc9619d1c4972bd92c..5a3b400ba739180ed366563e013b09fde6620d8e 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>