aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 10:32:52 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:58:14 +0200
commit2a74101f7a45308458ce30a3ea95e58593709613 (patch)
tree7827e12ac5ef566b20c36631254fab3989290ed9 /src/or/router.c
parentc4f8f1316e18e5eeb6efc14659a66f3d6feb0adf (diff)
downloadtor-2a74101f7a45308458ce30a3ea95e58593709613.tar
tor-2a74101f7a45308458ce30a3ea95e58593709613.tar.gz
Create connection.h
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 20990b2dd..9cb7ad4f8 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -10,6 +10,7 @@
#include "circuitlist.h"
#include "circuituse.h"
#include "config.h"
+#include "connection.h"
#include "geoip.h"
#include "router.h"
#include "routerlist.h"