Turn on libevents evdns
This commit is contained in:
parent
23bc53c3c5
commit
985ab67255
@ -71,6 +71,7 @@
|
|||||||
* libevent api
|
* libevent api
|
||||||
*/
|
*/
|
||||||
#include <event.h>
|
#include <event.h>
|
||||||
|
#include <evdns.h>
|
||||||
|
|
||||||
#include <generic_types.h>
|
#include <generic_types.h>
|
||||||
#include <object.h>
|
#include <object.h>
|
||||||
@ -244,6 +245,7 @@ main(int argc, char **argv)
|
|||||||
* Initialize libevent
|
* Initialize libevent
|
||||||
*/
|
*/
|
||||||
event_init();
|
event_init();
|
||||||
|
evdns_init();
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user