summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-26 11:37:13 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:47 +0200
commit986dd554f4cfbbc1b3a9296bea032b71ea7d9b39 (patch)
treea89207411bccbd05d6eb7cd66df7b89da32d0251 /src/or/routerlist.c
parent7b2b1b587d5f060f20e047334d21893f7292e25b (diff)
downloadtor-986dd554f4cfbbc1b3a9296bea032b71ea7d9b39.tar.gz
tor-986dd554f4cfbbc1b3a9296bea032b71ea7d9b39.zip
Move the header for bandwidth_weight_rule_to_string into reasons.h
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 146040ac68..5f98abe01b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -24,6 +24,7 @@
#include "main.h"
#include "networkstatus.h"
#include "policies.h"
+#include "reasons.h"
#include "rendcommon.h"
#include "rendservice.h"
#include "rephist.h"