X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/2c478454e9a3a21bdc62c7f46b02149795888437..562ac1266c2d356af5d556cb0e0bbe96b83369d9:/evdns.c diff --git a/evdns.c b/evdns.c index 3224cce..3abd5fb 100644 --- a/evdns.c +++ b/evdns.c @@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.6 2007-11-03 19:41:55 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