diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:34:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:34:33 -0400 |
commit | a0bc164af57a3e5828cfc4fdefb9b2191af79ce9 (patch) | |
tree | 3845bbf84170303102ff6c69d42105320d9039d4 /src/test/test_relaycell.c | |
parent | bba998af65c9a414c56824f5779d2c47cf5a6b44 (diff) | |
download | tor-a0bc164af57a3e5828cfc4fdefb9b2191af79ce9.tar.gz tor-a0bc164af57a3e5828cfc4fdefb9b2191af79ce9.zip |
Extract {or,origin}_circuit_t into their own headers
Diffstat (limited to 'src/test/test_relaycell.c')
-rw-r--r-- | src/test/test_relaycell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_relaycell.c b/src/test/test_relaycell.c index b4cb9d4bbc..e6a6734032 100644 --- a/src/test/test_relaycell.c +++ b/src/test/test_relaycell.c @@ -17,6 +17,7 @@ #include "test.h" #include "entry_connection_st.h" +#include "origin_circuit_st.h" static int srm_ncalls; static entry_connection_t *srm_conn; |