aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-13 12:46:39 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-14 10:20:00 -0400
commitd995dc8bac2bd90078fa60133728d625941246bb (patch)
tree4910ac93de310befc4c66aec2482f4fa0683e631 /src/or/rendclient.c
parent286e95f0a5dcebe226f7b1c3372de540b75ea460 (diff)
downloadtor-d995dc8bac2bd90078fa60133728d625941246bb.tar.gz
tor-d995dc8bac2bd90078fa60133728d625941246bb.zip
Split the routerset code out of routerlist.c
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 0b6d82bdf4..73e1c41d7b 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -23,6 +23,7 @@
#include "rephist.h"
#include "router.h"
#include "routerlist.h"
+#include "routerset.h"
static extend_info_t *rend_client_get_random_intro_impl(
const rend_cache_entry_t *rend_query,