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