aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_controller.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-06-18 15:06:24 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-06-18 15:07:30 -0400
commita8e76f3824dc0133dc7981dadc9c51190af3992c (patch)
treeba6d74bc264fb1f4cbaec566780bae97ebc70a13 /src/test/test_controller.c
parent104c2e9e7e3a61924cdc4d5729c03932712fc1e3 (diff)
downloadtor-a8e76f3824dc0133dc7981dadc9c51190af3992c.tar.gz
tor-a8e76f3824dc0133dc7981dadc9c51190af3992c.zip
test: Add missing headers in test_controller.c
After the big or.h refactoring, one single unit test file was missing two headers for node_t and microdesc_t. Signed-off-by: David Goulet <dgoulet@torproject.org>
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 e91aa2e726..4f29512c03 100644
--- a/src/test/test_controller.c
+++ b/src/test/test_controller.c
@@ -16,6 +16,8 @@
#include "control_connection_st.h"
#include "download_status_st.h"
+#include "microdesc_st.h"
+#include "node_st.h"
static void
test_add_onion_helper_keyarg_v3(void *arg)