diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:07:17 -0400 |
commit | b8ae4111e38bc9cf6ac395b78601c150f710936f (patch) | |
tree | f142d43b31b5e18e2dc2dc7a6c90cfd795b73da5 /src/test/test_helpers.c | |
parent | 62315dab8420e44d8d469f858e88b7b4fe384122 (diff) | |
download | tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.tar.gz tor-b8ae4111e38bc9cf6ac395b78601c150f710936f.zip |
Extract desc_store_t and routerlist_t into their own headers.
Diffstat (limited to 'src/test/test_helpers.c')
-rw-r--r-- | src/test/test_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_helpers.c b/src/test/test_helpers.c index 78d10b261f..fc32665a18 100644 --- a/src/test/test_helpers.c +++ b/src/test/test_helpers.c @@ -27,6 +27,7 @@ #include "connection_st.h" #include "node_st.h" #include "origin_circuit_st.h" +#include "routerlist_st.h" #include "test.h" #include "test_helpers.h" |