diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 14:00:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | f54a5cbfb6d58399ee152306fcd7e0c55292a173 (patch) | |
tree | f19611fbced2cc83a8debbc3070a27f3bf4dda99 /src/test/test_routerset.c | |
parent | 6da0311d2cc71d6d0732c8432eea38cd1819aa86 (diff) | |
download | tor-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.c | 2 |
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 }; - |