diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-26 11:37:13 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:47 +0200 |
commit | 986dd554f4cfbbc1b3a9296bea032b71ea7d9b39 (patch) | |
tree | a89207411bccbd05d6eb7cd66df7b89da32d0251 /src/or/routerlist.c | |
parent | 7b2b1b587d5f060f20e047334d21893f7292e25b (diff) | |
download | tor-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.c | 1 |
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" |