summaryrefslogtreecommitdiff
path: root/src/test/test_connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 14:18:34 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 14:18:34 -0400
commit104c2e9e7e3a61924cdc4d5729c03932712fc1e3 (patch)
treed140fbb949cc3cc84069f521f8e76787ff5c0a51 /src/test/test_connection.c
parentbcc1368c77d6ed8ac7f8bd81acdec7bb2da9f925 (diff)
parent3edc48c07b35ea0708ad4149a725a60887c13326 (diff)
downloadtor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.tar.gz
tor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.zip
Merge branch 'split_or_h'
Diffstat (limited to 'src/test/test_connection.c')
-rw-r--r--src/test/test_connection.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/test_connection.c b/src/test/test_connection.c
index dc0f6860d9..5d2aa65c80 100644
--- a/src/test/test_connection.c
+++ b/src/test/test_connection.c
@@ -11,6 +11,7 @@
#include "test.h"
#include "connection.h"
+#include "connection_edge.h"
#include "hs_common.h"
#include "main.h"
#include "microdesc.h"
@@ -23,6 +24,13 @@
#include "test_connection.h"
#include "test_helpers.h"
+#include "dir_connection_st.h"
+#include "entry_connection_st.h"
+#include "node_st.h"
+#include "or_connection_st.h"
+#include "routerinfo_st.h"
+#include "socks_request_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,
void *arg);