diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 14:16:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | 49f88e77e5f9dec60e2409e1f6d3e3935c5eab69 (patch) | |
tree | 3db9c2fe6603a557b11e8cd6c9486612f858878c /src/test/test_circuitbuild.c | |
parent | f54a5cbfb6d58399ee152306fcd7e0c55292a173 (diff) | |
download | tor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.tar.gz tor-49f88e77e5f9dec60e2409e1f6d3e3935c5eab69.zip |
Extract more constants from or.h
Diffstat (limited to 'src/test/test_circuitbuild.c')
-rw-r--r-- | src/test/test_circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c index d17a04614c..c09133c549 100644 --- a/src/test/test_circuitbuild.c +++ b/src/test/test_circuitbuild.c @@ -11,6 +11,7 @@ #include "test/log_test_helpers.h" #include "or/config.h" #include "or/circuitbuild.h" +#include "or/circuitlist.h" #include "or/extend_info_st.h" @@ -132,4 +133,3 @@ struct testcase_t circuitbuild_tests[] = { { "unhandled_exit", test_new_route_len_unhandled_exit, 0, NULL, NULL }, END_OF_TESTCASES }; - |