summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-06 03:05:19 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-06 03:05:19 +0000
commitc15dc2d94c623c5e2e8a11c8d9fe33a95395dadf (patch)
treeb8fe9331685badb455a0f5efd5435ddae7fb0aa6 /src
parent4767d533f754af0ea7cd2063cd0134d5cfd73f21 (diff)
downloadtor-c15dc2d94c623c5e2e8a11c8d9fe33a95395dadf.tar.gz
tor-c15dc2d94c623c5e2e8a11c8d9fe33a95395dadf.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/or/eventdns.c3
1 files changed, 2 insertions, 1 deletions
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 <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>