summaryrefslogtreecommitdiff
path: root/evdns.c
diff options
context:
space:
mode:
authorroot <root>2007-11-04 18:29:44 +0000
committerroot <root>2007-11-04 18:29:44 +0000
commitf776d56f36abeed4a6091c2ec9b96363213ce2b2 (patch)
tree4708b492a5acc8c39487fd2bfe33cb9ff7954f89 /evdns.c
parentf4f2094b6a36eac7778c5091ee4160a2f403e808 (diff)
*** empty log message ***
Diffstat (limited to 'evdns.c')
-rw-r--r--evdns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/evdns.c b/evdns.c
index 9377712..f8ef2a1 100644
--- a/evdns.c
+++ b/evdns.c
@@ -1,4 +1,4 @@
-/* $Id: evdns.c,v 1.9 2007-11-04 18:15:16 root Exp $ */
+/* $Id: evdns.c,v 1.10 2007-11-04 18:29:44 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_STANDALONE
+#ifndef EV_EMBED
#include "misc.h"
#endif
#endif