From 84ed5973b6deaf375d951287cf3090eb39152fa2 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 31 Oct 2013 16:26:45 +0000 Subject: [PATCH] more time includes. git-svn-id: file:///svn/unbound/trunk@3007 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/stats.c | 5 +++++ util/timehist.c | 1 + 2 files changed, 6 insertions(+) diff --git a/daemon/stats.c b/daemon/stats.c index 707273fe4..c80115e58 100644 --- a/daemon/stats.c +++ b/daemon/stats.c @@ -40,6 +40,11 @@ * numbers. These 'statistics' may be of interest to the operator. */ #include "config.h" +#ifdef HAVE_TIME_H +#include +#endif +#include +#include #include "daemon/stats.h" #include "daemon/worker.h" #include "daemon/daemon.h" diff --git a/util/timehist.c b/util/timehist.c index 98d8db1c8..a5e93b6b7 100644 --- a/util/timehist.c +++ b/util/timehist.c @@ -43,6 +43,7 @@ #include #endif #include +#include #include "util/timehist.h" #include "util/log.h" -- 2.47.2