aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:48:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:48:50 -0400
commit19c34b46589492be3fe19bed7e5729c1c7d231f1 (patch)
tree7b3f18847324e572eae5bf087ae3778dd53e45f8 /src/test/test_connection.c
parent6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (diff)
downloadtor-19c34b46589492be3fe19bed7e5729c1c7d231f1.tar.gz
tor-19c34b46589492be3fe19bed7e5729c1c7d231f1.zip
Move or_connection_t to its own header.
Diffstat (limited to 'src/test/test_connection.c')
-rw-r--r--src/test/test_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_connection.c b/src/test/test_connection.c
index 79c5e2dd8f..9f50d9f845 100644
--- a/src/test/test_connection.c
+++ b/src/test/test_connection.c
@@ -26,6 +26,7 @@
#include "dir_connection_st.h"
#include "entry_connection_st.h"
+#include "or_connection_st.h"
static void * test_conn_get_basic_setup(const struct testcase_t *tc);
static int test_conn_get_basic_teardown(const struct testcase_t *tc,