Turn on libevents evdns

Cette révision appartient à :
tedbullock 2008-02-02 07:25:48 +00:00
Parent 23bc53c3c5
révision 985ab67255

Voir le fichier

@ -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__
/*