[or-cvs] r8601: Trivial fix for solaris build. Libevent will want to use its (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Fri Oct 6 03:05:20 UTC 2006


Author: nickm
Date: 2006-10-05 23:05:19 -0400 (Thu, 05 Oct 2006)
New Revision: 8601

Modified:
   tor/trunk/
   tor/trunk/src/or/eventdns.c
Log:
 r9101 at 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.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r9101] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c	2006-10-05 19:22:26 UTC (rev 8600)
+++ tor/trunk/src/or/eventdns.c	2006-10-06 03:05:19 UTC (rev 8601)
@@ -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 <sys/types.h>
 #include <fcntl.h>
 #include <sys/time.h>
-#include <stdint.h>
+// #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>



More information about the tor-commits mailing list