mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-22 22:52:55 -05:00
include sys.time.h
git-svn-id: file:///svn/unbound/trunk@3026 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
79ced4b48e
commit
591b78f00a
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
#include "config.h"
|
||||
#ifdef USE_WINSOCK
|
||||
#include <signal.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include "util/winsock_event.h"
|
||||
#include "util/fptr_wlist.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue