BUILD: stick-table: include freq_ctr.h from stick_table.h

It's needed for update_freq_ctr_period() which is used there.
This commit is contained in:
Willy Tarreau 2021-05-08 14:08:38 +02:00
parent ce65cbec38
commit 5703a38a06

View 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>