]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] include time.h from freq_ctr.h as is uses "now".
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Oct 2009 09:05:26 +0000 (11:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Oct 2009 09:05:26 +0000 (11:05 +0200)
include/proto/freq_ctr.h

index 36acd16435834dbc29bed1f1ae744587d33722ed..7add5148070fdec6e6306c71cf8ca54d481eca9a 100644 (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