summaryrefslogtreecommitdiff
path: root/evdns.c
diff options
context:
space:
mode:
authorroot <root>2007-11-04 16:52:52 +0000
committerroot <root>2007-11-04 16:52:52 +0000
commitd68da9db1b34dbd6f29a0576bc897a9c49e4d7ed (patch)
treeddf326b6f90f6455c80bf012c79a208558b8d704 /evdns.c
parent305af5e87583383e4059c39dfa146621c5ec8be9 (diff)
*** empty log message ***
Diffstat (limited to 'evdns.c')
-rw-r--r--evdns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/evdns.c b/evdns.c
index 4894401..f71c4f6 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.8 2007-11-04 16:52:52 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_EMBED
#include "misc.h"
#endif
+#endif
/* #define NDEBUG */
@@ -94,7 +96,6 @@
#include <stdarg.h>
#include "evdns.h"
-#include "log.h"
#ifdef WIN32
#include <windows.h>
#include <winsock2.h>