Get libevent.c building under Windows.

This commit is contained in:
Jim Hague 2019-10-29 15:59:15 +00:00
parent bb59275ba9
commit 5bab6921bd
1 changed files with 4 additions and 0 deletions

View File

@ -33,7 +33,11 @@
#include "config.h"
#include "types-internal.h"
#ifndef USE_WINSOCK
#include <sys/time.h>
#else
#include <winsock2.h>
#endif
#include "getdns/getdns_ext_libevent.h"
#ifdef HAVE_EVENT2_EVENT_H