From c15dc2d94c623c5e2e8a11c8d9fe33a95395dadf Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 6 Oct 2006 03:05:19 +0000 Subject: [PATCH] r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400 Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has. svn:r8601 --- src/or/eventdns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/or/eventdns.c b/src/or/eventdns.c index f0b120e4e7..3e6d2dd29a 100644 --- a/src/or/eventdns.c +++ b/src/or/eventdns.c @@ -225,6 +225,7 @@ #include "eventdns.h" #include "eventdns_tor.h" //#define NDEBUG +#include "../common/torint.h" #ifndef DNS_USE_CPU_CLOCK_FOR_ID #ifndef DNS_USE_GETTIMEOFDAY_FOR_ID @@ -261,7 +262,7 @@ #include #include #include -#include +// #include #include #include #include