aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-21 15:03:42 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-21 15:03:42 -0400
commit7ed7fe230bf4295de73c22b0f7649f7372b4c782 (patch)
tree166876b79fc2d2b8704ea0cf5598a97d97d0614e /src
parent194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc (diff)
downloadtor-7ed7fe230bf4295de73c22b0f7649f7372b4c782.tar.gz
tor-7ed7fe230bf4295de73c22b0f7649f7372b4c782.zip
Add an include to get --disable-module-dirauth happy again
Diffstat (limited to 'src')
-rw-r--r--src/feature/dircache/dircache.c1
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"