commit | 78ff5d0a9e62b0aa4c31f18859d2a0de71bb9da6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 01 11:05:26 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 01 11:05:26 2009 +0200 |
tree | 3061eec7730f1f2e6d93b82243cd5cc86d939039 | |
parent | 99ab5f800c876b773731ac57612ca16b09cbbb6d [diff] |
[MINOR] include time.h from freq_ctr.h as is uses "now".
diff --git a/include/proto/freq_ctr.h b/include/proto/freq_ctr.h index 36acd16..7add514 100644 --- a/include/proto/freq_ctr.h +++ b/include/proto/freq_ctr.h
@@ -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