summaryrefslogtreecommitdiff
path: root/src/feature/nodelist
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-10 13:36:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-10 13:36:45 -0400
commita2c44a7a7e3810bb18121561f012830da696724d (patch)
tree51a1644fa11f08dc438bf2802201fd52a370cef3 /src/feature/nodelist
parent8de48c111c09d76ecd00bb9dec67acb47890db01 (diff)
downloadtor-a2c44a7a7e3810bb18121561f012830da696724d.tar.gz
tor-a2c44a7a7e3810bb18121561f012830da696724d.zip
Isolate resolve.h usage in the modules that really need it.
(Almost none of Tor should actually need to touch the platform resolver.)
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r--src/feature/nodelist/routerlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/nodelist/routerlist.c b/src/feature/nodelist/routerlist.c
index 12226fee64..8b54329da9 100644
--- a/src/feature/nodelist/routerlist.c
+++ b/src/feature/nodelist/routerlist.c
@@ -123,6 +123,7 @@
#include "lib/sandbox/sandbox.h"
#include "feature/nodelist/torcert.h"
#include "lib/math/fp.h"
+#include "lib/net/resolve.h"
#include "feature/dirauth/dirvote.h"
#include "feature/dirauth/mode.h"