diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 09:46:23 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:13 +0200 |
commit | 174a88dd79ecf3b6c76d63d44bef3e47378777ee (patch) | |
tree | e3cfe7b4390fbde2f77151947f6937bcb23a2a83 /src/or/router.c | |
parent | 21155204c68558c9ef7c508e1f6ea008cf455d4a (diff) | |
download | tor-174a88dd79ecf3b6c76d63d44bef3e47378777ee.tar.gz tor-174a88dd79ecf3b6c76d63d44bef3e47378777ee.zip |
Create circuitlist.h
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index 53a4a7db4d..12cfc2d9f3 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -7,6 +7,7 @@ #define ROUTER_PRIVATE #include "or.h" +#include "circuitlist.h" #include "geoip.h" #include "router.h" #include "routerlist.h" |