diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-21 16:17:10 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:25 +0200 |
commit | c53b6cc8315fac37a05112553476930a21990d97 (patch) | |
tree | b7e67e92e6ef99d4a6954b3adb3a3f4d3a76b5dd /src/or/control.c | |
parent | ff4030f6211033be127dd4f671f34b15998b101a (diff) | |
download | tor-c53b6cc8315fac37a05112553476930a21990d97.tar.gz tor-c53b6cc8315fac37a05112553476930a21990d97.zip |
Create router.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 f01be85b77..59d0a681d5 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -13,6 +13,7 @@ #include "or.h" #include "dnsserv.h" #include "geoip.h" +#include "router.h" /** Yield true iff <b>s</b> is the state of a control_connection_t that has * finished authentication and is accepting commands. */ |