summaryrefslogtreecommitdiff
path: root/src/test/test_hs_common.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:13:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:13:33 -0400
commitd2942d127da454a1ffb69da176582b5d74918bb1 (patch)
treebe2cd7b9196cc9f31de918624946dbab41183185 /src/test/test_hs_common.c
parent8b7df723596d068cbf91abf7535651ab8445810b (diff)
downloadtor-d2942d127da454a1ffb69da176582b5d74918bb1.tar.gz
tor-d2942d127da454a1ffb69da176582b5d74918bb1.zip
Extract node_t into its own header.
Diffstat (limited to 'src/test/test_hs_common.c')
-rw-r--r--src/test/test_hs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c
index 8bcb2c7e46..21a109d2bc 100644
--- a/src/test/test_hs_common.c
+++ b/src/test/test_hs_common.c
@@ -33,6 +33,8 @@
#include "util.h"
#include "voting_schedule.h"
+#include "node_st.h"
+
/** Test the validation of HS v3 addresses */
static void
test_validate_address(void *arg)