From 78ff5d0a9e62b0aa4c31f18859d2a0de71bb9da6 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 1 Oct 2009 11:05:26 +0200 Subject: [PATCH] [MINOR] include time.h from freq_ctr.h as is uses "now". --- include/proto/freq_ctr.h | 1 + 1 file changed, 1 insertion(+) 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