mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
time.h include
git-svn-id: file:///svn/unbound/trunk@2040 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
50336bddbe
commit
776643e6d7
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
|||
* This file contains functions to make a histogram of time values.
|
||||
*/
|
||||
#include "config.h"
|
||||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include "util/timehist.h"
|
||||
#include "util/log.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue