aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-12-17 22:44:11 +0000
committerNick Mathewson <nickm@torproject.org>2007-12-17 22:44:11 +0000
commit820159cac540b4777fb639de663d72f04690e2a2 (patch)
tree19c9e2111094adf957641203ffb9e95b260e997a /src/or/rephist.c
parent7412008d1457300535c751060991e7ea8ffa2279 (diff)
downloadtor-820159cac540b4777fb639de663d72f04690e2a2.tar
tor-820159cac540b4777fb639de663d72f04690e2a2.tar.gz
r15530@tombo: nickm | 2007-12-17 16:54:03 -0500
First wodge of geoip code so bridges can figure out which countries are blocking them. svn:r12845
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 680ef0159..e18103318 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -13,6 +13,7 @@ const char rephist_c_id[] =
**/
#include "or.h"
+#include "ht.h"
static void bw_arrays_init(void);
static void predicted_ports_init(void);