From def1f20e1f9e4544eaf2c0e387b240ec52958a9e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 14:33:03 -0400 Subject: Extract routerstatus_t into its own header. --- src/test/test_hs_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_hs_common.c') diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c index 1cfa4a2409..ea5fb49792 100644 --- a/src/test/test_hs_common.c +++ b/src/test/test_hs_common.c @@ -35,6 +35,7 @@ #include "networkstatus_st.h" #include "node_st.h" +#include "routerstatus_st.h" /** Test the validation of HS v3 addresses */ static void -- cgit v1.2.3-54-g00ecf