aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_controller.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 10:17:27 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 10:17:27 -0400
commit3b917b2408748efb2ce84c2725e2e81ee0217e03 (patch)
treed16bcb1c6393d70e05300d5fd8f95601cffc00ae /src/test/test_controller.c
parent5d5c442e6ad726382c7b8efc0e999825a783bd9e (diff)
downloadtor-3b917b2408748efb2ce84c2725e2e81ee0217e03.tar.gz
tor-3b917b2408748efb2ce84c2725e2e81ee0217e03.zip
Split control_connection_t into its own header.
This one was actually fairly simple.
Diffstat (limited to 'src/test/test_controller.c')
-rw-r--r--src/test/test_controller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_controller.c b/src/test/test_controller.c
index 1a350f66c0..6b8edc57cd 100644
--- a/src/test/test_controller.c
+++ b/src/test/test_controller.c
@@ -13,6 +13,8 @@
#include "test.h"
#include "test_helpers.h"
+#include "control_connection_st.h"
+
static void
test_add_onion_helper_keyarg_v3(void *arg)
{