From d995dc8bac2bd90078fa60133728d625941246bb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 13 Sep 2012 12:46:39 -0400 Subject: Split the routerset code out of routerlist.c --- src/or/rendclient.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/rendclient.c') 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, -- cgit v1.2.3-54-g00ecf