]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add an include to get --disable-module-dirauth happy again
authorNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 19:03:42 +0000 (15:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 19:03:42 +0000 (15:03 -0400)
src/feature/dircache/dircache.c

index ef4fe391ba2b3f22c124efb5e789f0144540414c..7bfc5398296caaed3d75c0e1fd308608b49960e1 100644 (file)
@@ -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"