diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-21 17:08:11 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:25 +0200 |
commit | cbee969f407b53d2b453d03460eb2864d0eaf1db (patch) | |
tree | 6a2ce6ac18358cd7f20223656ca790347c7f0352 /src/or/control.c | |
parent | c53b6cc8315fac37a05112553476930a21990d97 (diff) | |
download | tor-cbee969f407b53d2b453d03460eb2864d0eaf1db.tar.gz tor-cbee969f407b53d2b453d03460eb2864d0eaf1db.zip |
Create routerlist.h
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index 59d0a681d5..b99451327d 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -14,6 +14,7 @@ #include "dnsserv.h" #include "geoip.h" #include "router.h" +#include "routerlist.h" /** Yield true iff <b>s</b> is the state of a control_connection_t that has * finished authentication and is accepting commands. */ |