commit 7ed7fe230bf4295de73c22b0f7649f7372b4c782 Author: Nick Mathewson nickm@torproject.org Date: Fri Sep 21 15:03:42 2018 -0400
Add an include to get --disable-module-dirauth happy again --- src/feature/dircache/dircache.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/feature/dircache/dircache.c b/src/feature/dircache/dircache.c index ef4fe391b..7bfc53982 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"