aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_address_set.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:45:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:45:15 -0400
commit50369f8981e8ce0894753daeea3dc28ab01f2667 (patch)
treecc209aba92d31f83008d28f4dc34bb7f30537479 /src/test/test_address_set.c
parent89aefb0319778af419abed11707a7bf84648288c (diff)
downloadtor-50369f8981e8ce0894753daeea3dc28ab01f2667.tar.gz
tor-50369f8981e8ce0894753daeea3dc28ab01f2667.zip
Extract networkstatus_t and ..sr_info_t into their own headers
Diffstat (limited to 'src/test/test_address_set.c')
-rw-r--r--src/test/test_address_set.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_address_set.c b/src/test/test_address_set.c
index f7441a6491..441d14927d 100644
--- a/src/test/test_address_set.c
+++ b/src/test/test_address_set.c
@@ -10,6 +10,8 @@
#include "routerlist.h"
#include "torcert.h"
+#include "networkstatus_st.h"
+
#include "test.h"
static networkstatus_t *dummy_ns = NULL;