X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/b5304cc456ee27383d787591037f5d15ca3b274f..93fba227a29eca5571bc73e4e13525dd35710bd1:/evdns.c diff --git a/evdns.c b/evdns.c index 4894401..3abd5fb 100644 --- a/evdns.c +++ b/evdns.c @@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.7 2007-11-03 20:24:42 root Exp $ */ +/* $Id: evdns.c,v 1.19 2007-11-06 18:49:32 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,8 +40,10 @@ #endif #ifdef WIN32 +#ifndef EV_STANDALONE #include "misc.h" #endif +#endif /* #define NDEBUG */ @@ -94,7 +96,6 @@ #include #include "evdns.h" -#include "log.h" #ifdef WIN32 #include #include