projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce65cbe
)
BUILD: stick-table: include freq_ctr.h from stick_table.h
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 12:08:38 +0000
(14:08 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/include/haproxy/stick_table.h
b/include/haproxy/stick_table.h
index
401b89e
..
5a3b400
100644
(file)
--- a/
include/haproxy/stick_table.h
+++ b/
include/haproxy/stick_table.h
@@
-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>