mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
[CLEANUP] include time.h from freq_ctr.h as it uses "now".
(cherry picked from commit 78ff5d0a9e)
This commit is contained in:
parent
5e947894af
commit
0a64b062e7
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#define _PROTO_FREQ_CTR_H
|
||||
|
||||
#include <common/config.h>
|
||||
#include <common/time.h>
|
||||
#include <types/freq_ctr.h>
|
||||
|
||||
/* Rotate a frequency counter when current period is over. Must not be called
|
||||
|
|
|
|||
Loading…
Reference in a new issue