summaryrefslogtreecommitdiff
path: root/src/feature/dirauth
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-07 08:19:11 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-07 08:19:11 -0400
commitb7a165228f02e693b3e777b4c815214bb6e05691 (patch)
treeb79cd6d72f3dffbdee88b9b77b1b5f0240e872e9 /src/feature/dirauth
parent3a785dd5beeaadcd4205f24d6949fdbbdfb5651e (diff)
parentc81c5a2646763c651a9bc17b6213bd25a480eca9 (diff)
downloadtor-b7a165228f02e693b3e777b4c815214bb6e05691.tar.gz
tor-b7a165228f02e693b3e777b4c815214bb6e05691.zip
Merge remote-tracking branch 'tor-github/pr/1880/head'
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r--src/feature/dirauth/dirauth_config.c1
-rw-r--r--src/feature/dirauth/dirvote.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_config.c b/src/feature/dirauth/dirauth_config.c
index 38d2a8bc5a..a0b6de7eca 100644
--- a/src/feature/dirauth/dirauth_config.c
+++ b/src/feature/dirauth/dirauth_config.c
@@ -20,6 +20,7 @@
/* Required for dirinfo_type_t in or_options_t */
#include "core/or/or.h"
#include "app/config/config.h"
+#include "app/config/resolve_addr.h"
#include "feature/dirauth/voting_schedule.h"
#include "feature/stats/rephist.h"
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c
index 7eb2b720a6..6bf30d083b 100644
--- a/src/feature/dirauth/dirvote.c
+++ b/src/feature/dirauth/dirvote.c
@@ -6,6 +6,7 @@
#define DIRVOTE_PRIVATE
#include "core/or/or.h"
#include "app/config/config.h"
+#include "app/config/resolve_addr.h"
#include "core/or/policies.h"
#include "core/or/protover.h"
#include "core/or/tor_version_st.h"