diff options
Diffstat (limited to 'src/or/microdesc.c')
-rw-r--r-- | src/or/microdesc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c index b3c54a84f..f56ccd9ee 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -2,6 +2,9 @@ /* See LICENSE for licensing information */ #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 |