aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-21 17:08:11 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:56:25 +0200
commitcbee969f407b53d2b453d03460eb2864d0eaf1db (patch)
tree6a2ce6ac18358cd7f20223656ca790347c7f0352 /src/or/circuitlist.c
parentc53b6cc8315fac37a05112553476930a21990d97 (diff)
downloadtor-cbee969f407b53d2b453d03460eb2864d0eaf1db.tar
tor-cbee969f407b53d2b453d03460eb2864d0eaf1db.tar.gz
Create routerlist.h
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index e18e89266..cc33fcb35 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -10,6 +10,7 @@
**/
#include "or.h"
+#include "routerlist.h"
#include "ht.h"
/********* START VARIABLES **********/