From 0a64b062e7f147145a24444d7293d5839b3a171f Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 1 Oct 2009 11:05:26 +0200 Subject: [PATCH] [CLEANUP] include time.h from freq_ctr.h as it uses "now". (cherry picked from commit 78ff5d0a9e62b0aa4c31f18859d2a0de71bb9da6) --- 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 -- 2.47.3