summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-01 14:00:37 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-01 15:20:37 -0400
commitf54a5cbfb6d58399ee152306fcd7e0c55292a173 (patch)
treef19611fbced2cc83a8debbc3070a27f3bf4dda99 /src/or/routerparse.c
parent6da0311d2cc71d6d0732c8432eea38cd1819aa86 (diff)
downloadtor-f54a5cbfb6d58399ee152306fcd7e0c55292a173.tar.gz
tor-f54a5cbfb6d58399ee152306fcd7e0c55292a173.zip
Extract addr_policy_t into a new header.
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index a095c222b5..f07080a4d4 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -82,6 +82,7 @@
#include "or/dirauth/dirvote.h"
+#include "or/addr_policy_st.h"
#include "or/authority_cert_st.h"
#include "or/document_signature_st.h"
#include "or/extend_info_st.h"