tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7ed7fe230bf4295de73c22b0f7649f7372b4c782
parent 194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 21 Sep 2018 15:03:42 -0400

Add an include to get --disable-module-dirauth happy again

Diffstat:
Msrc/feature/dircache/dircache.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"