[MINOR] include time.h from freq_ctr.h as is uses "now".

This commit is contained in:
Willy Tarreau 2009-10-01 11:05:26 +02:00
parent 99ab5f800c
commit 78ff5d0a9e
1 changed files with 1 additions and 0 deletions

View File

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