From: Nick Mathewson Date: Fri, 21 Sep 2018 19:03:42 +0000 (-0400) Subject: Add an include to get --disable-module-dirauth happy again X-Git-Tag: tor-0.3.5.3-alpha~46^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ed7fe230bf4295de73c22b0f7649f7372b4c782;p=thirdparty%2Ftor.git Add an include to get --disable-module-dirauth happy again --- 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"