aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns_tor.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-07 19:00:51 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-07 19:00:51 +0000
commitc063c7b8cb8574dfc6f84f0268fad28c52bc84fe (patch)
treee68983f7d7bd2851e43cf8f16322ebfb2a99fdd7 /src/or/eventdns_tor.h
parent8a12d9ae2eecb0e3b6e2f61253b66934c5165d06 (diff)
downloadtor-c063c7b8cb8574dfc6f84f0268fad28c52bc84fe.tar
tor-c063c7b8cb8574dfc6f84f0268fad28c52bc84fe.tar.gz
r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400
Fix more compile warnings on Woody. svn:r8349
Diffstat (limited to 'src/or/eventdns_tor.h')
-rw-r--r--src/or/eventdns_tor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h
index e32a190bb..a10b3726b 100644
--- a/src/or/eventdns_tor.h
+++ b/src/or/eventdns_tor.h
@@ -1,8 +1,12 @@
#include "orconfig.h"
#define DNS_USE_OPENSSL_FOR_ID
+#ifndef HAVE_UINT
typedef unsigned int uint;
+#endif
+#ifndef HAVE_U_CHAR
typedef unsigned char u_char;
+#endif
#ifdef MS_WINDOWS
#define inline __inline
#endif