From: David Goulet Date: Mon, 18 Jun 2018 19:06:24 +0000 (-0400) Subject: test: Add missing headers in test_controller.c X-Git-Tag: tor-0.3.5.1-alpha~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8e76f3824dc0133dc7981dadc9c51190af3992c;p=thirdparty%2Ftor.git 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 --- 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)