From: Wouter Wijngaards Date: Tue, 16 Mar 2010 10:32:47 +0000 (+0000) Subject: time.h include X-Git-Tag: release-1.4.4rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776643e6d7f380519be22ad4ce045d5e017b5a54;p=thirdparty%2Funbound.git time.h include git-svn-id: file:///svn/unbound/trunk@2040 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/timehist.c b/util/timehist.c index 578f594e7..02d5df059 100644 --- a/util/timehist.c +++ b/util/timehist.c @@ -39,6 +39,10 @@ * This file contains functions to make a histogram of time values. */ #include "config.h" +#ifdef HAVE_TIME_H +#include +#endif +#include #include "util/timehist.h" #include "util/log.h"