[MINOR] include time.h from freq_ctr.h as is uses "now".
This commit is contained in:
parent
99ab5f800c
commit
78ff5d0a9e
|
@ -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 New Issue