diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:48:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:48:50 -0400 |
commit | 19c34b46589492be3fe19bed7e5729c1c7d231f1 (patch) | |
tree | 7b3f18847324e572eae5bf087ae3778dd53e45f8 /src/test/test_extorport.c | |
parent | 6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (diff) | |
download | tor-19c34b46589492be3fe19bed7e5729c1c7d231f1.tar.gz tor-19c34b46589492be3fe19bed7e5729c1c7d231f1.zip |
Move or_connection_t to its own header.
Diffstat (limited to 'src/test/test_extorport.c')
-rw-r--r-- | src/test/test_extorport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test_extorport.c b/src/test/test_extorport.c index e05342cb8a..77874a74e2 100644 --- a/src/test/test_extorport.c +++ b/src/test/test_extorport.c @@ -13,6 +13,9 @@ #include "crypto_rand.h" #include "ext_orport.h" #include "main.h" + +#include "or_connection_st.h" + #include "test.h" /* Test connection_or_remove_from_ext_or_id_map and |