diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 23:23:43 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:46 +0200 |
commit | 05072723cb8c14193376964ad5716a962d707770 (patch) | |
tree | b7ab9f340984d68cb8002d54c1dd5424a667b7b2 /src/or/rendservice.c | |
parent | df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (diff) | |
download | tor-05072723cb8c14193376964ad5716a962d707770.tar tor-05072723cb8c14193376964ad5716a962d707770.tar.gz |
Create routerparse.h
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index f7ab60dbf..b0d791529 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -21,6 +21,7 @@ #include "relay.h" #include "rephist.h" #include "routerlist.h" +#include "routerparse.h" static origin_circuit_t *find_intro_circuit(rend_intro_point_t *intro, const char *pk_digest); |