diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-21 15:03:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-21 15:03:42 -0400 |
commit | 7ed7fe230bf4295de73c22b0f7649f7372b4c782 (patch) | |
tree | 166876b79fc2d2b8704ea0cf5598a97d97d0614e | |
parent | 194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc (diff) | |
download | tor-7ed7fe230bf4295de73c22b0f7649f7372b4c782.tar.gz tor-7ed7fe230bf4295de73c22b0f7649f7372b4c782.zip |
Add an include to get --disable-module-dirauth happy again
-rw-r--r-- | src/feature/dircache/dircache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c index ef4fe391ba..7bfc539829 100644 --- a/src/feature/dircache/dircache.c +++ b/src/feature/dircache/dircache.c @@ -23,6 +23,7 @@ #include "feature/nodelist/authcert.h" #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/routerlist.h" +#include "feature/relay/router.h" #include "feature/rend/rendcache.h" #include "feature/stats/geoip.h" #include "feature/stats/rephist.h" |