mirror of https://github.com/getdnsapi/getdns.git
Get libevent.c building under Windows.
This commit is contained in:
parent
bb59275ba9
commit
5bab6921bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue