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