From: Willy Tarreau Date: Thu, 1 Oct 2009 09:05:26 +0000 (+0200) Subject: [MINOR] include time.h from freq_ctr.h as is uses "now". X-Git-Tag: v1.4-dev4~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78ff5d0a9e62b0aa4c31f18859d2a0de71bb9da6;p=thirdparty%2Fhaproxy.git [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 36acd16435..7add514807 100644 --- a/include/proto/freq_ctr.h +++ b/include/proto/freq_ctr.h @@ -23,6 +23,7 @@ #define _PROTO_FREQ_CTR_H #include +#include #include /* Rotate a frequency counter when current period is over. Must not be called