tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a8e76f3824dc0133dc7981dadc9c51190af3992c
parent 104c2e9e7e3a61924cdc4d5729c03932712fc1e3
Author: David Goulet <dgoulet@torproject.org>
Date:   Mon, 18 Jun 2018 15:06:24 -0400

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:
Msrc/test/test_controller.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)