diff options
author | root <root> | 2007-11-04 18:15:16 +0000 |
---|---|---|
committer | root <root> | 2007-11-04 18:15:16 +0000 |
commit | f4f2094b6a36eac7778c5091ee4160a2f403e808 (patch) | |
tree | 9ae36e29f57376f52564c5650904a85867e80a7f /evdns.c | |
parent | 09afb91b133ca557fff35e047127e8c883141c30 (diff) |
*** empty log message ***
Diffstat (limited to 'evdns.c')
-rw-r--r-- | evdns.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.8 2007-11-04 16:52:52 root Exp $ */ +/* $Id: evdns.c,v 1.9 2007-11-04 18:15:16 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,7 +40,7 @@ #endif #ifdef WIN32 -#ifndef EV_EMBED +#ifndef EV_STANDALONE #include "misc.h" #endif #endif |