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/microdesc.c | |
parent | df9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (diff) | |
download | tor-05072723cb8c14193376964ad5716a962d707770.tar.gz tor-05072723cb8c14193376964ad5716a962d707770.zip |
Create routerparse.h
Diffstat (limited to 'src/or/microdesc.c')
-rw-r--r-- | src/or/microdesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c index ead0f9ffaf..f56ccd9ee2 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -4,6 +4,7 @@ #include "or.h" #include "config.h" #include "microdesc.h" +#include "routerparse.h" /** A data structure to hold a bunch of cached microdescriptors. There are * two active files in the cache: a "cache file" that we mmap, and a "journal |