瀏覽代碼

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>
David Goulet 6 年之前
父節點
當前提交
a8e76f3824
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/test/test_controller.c

+ 2 - 0
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)