]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test: Add missing headers in test_controller.c
authorDavid Goulet <dgoulet@torproject.org>
Mon, 18 Jun 2018 19:06:24 +0000 (15:06 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 18 Jun 2018 19:07:30 +0000 (15:07 -0400)
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>
src/test/test_controller.c

index e91aa2e726b8d532b0f82abf61fda3753267ff6b..4f29512c03bfc1859b5a77b51c058804b8d0a23b 100644 (file)
@@ -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)