From c53b6cc8315fac37a05112553476930a21990d97 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 21 Jul 2010 16:17:10 +0200 Subject: Create router.h --- src/or/control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/control.c') 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 s is the state of a control_connection_t that has * finished authentication and is accepting commands. */ -- cgit v1.2.3-54-g00ecf