From: Wouter Wijngaards Date: Tue, 3 Dec 2013 14:03:34 +0000 (+0000) Subject: include sys.time.h X-Git-Tag: release-1.4.22rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591b78f00ab9e2ccc5bf678ef1869ebf1763a865;p=thirdparty%2Funbound.git include sys.time.h git-svn-id: file:///svn/unbound/trunk@3026 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/winsock_event.c b/util/winsock_event.c index 82e9ab06a..681a91b24 100644 --- a/util/winsock_event.c +++ b/util/winsock_event.c @@ -41,6 +41,9 @@ #include "config.h" #ifdef USE_WINSOCK #include +#ifdef HAVE_SYS_TIME_H +#include +#endif #include "util/winsock_event.h" #include "util/fptr_wlist.h"