From 985ab67255035ec54748c15760aabb1ccb72b759 Mon Sep 17 00:00:00 2001 From: tedbullock Date: Sat, 2 Feb 2008 07:25:48 +0000 Subject: [PATCH] Turn on libevents evdns --- httperf/src/httperf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httperf/src/httperf.c b/httperf/src/httperf.c index 110747e..3de04a6 100755 --- a/httperf/src/httperf.c +++ b/httperf/src/httperf.c @@ -71,6 +71,7 @@ * libevent api */ #include +#include #include #include @@ -244,6 +245,7 @@ main(int argc, char **argv) * Initialize libevent */ event_init(); + evdns_init(); #ifdef __FreeBSD__ /*