aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerset.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/test/test_routerset.c
parent6da0311d2cc71d6d0732c8432eea38cd1819aa86 (diff)
downloadtor-f54a5cbfb6d58399ee152306fcd7e0c55292a173.tar.gz
tor-f54a5cbfb6d58399ee152306fcd7e0c55292a173.zip
Extract addr_policy_t into a new header.
Diffstat (limited to 'src/test/test_routerset.c')
-rw-r--r--src/test/test_routerset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_routerset.c b/src/test/test_routerset.c
index e64c24e89e..ea8b43498e 100644
--- a/src/test/test_routerset.c
+++ b/src/test/test_routerset.c
@@ -10,6 +10,7 @@
#include "or/policies.h"
#include "or/nodelist.h"
+#include "or/addr_policy_st.h"
#include "or/extend_info_st.h"
#include "or/node_st.h"
#include "or/routerinfo_st.h"
@@ -2227,4 +2228,3 @@ struct testcase_t routerset_tests[] = {
TEST_CASE(routerset_free),
END_OF_TESTCASES
};
-