aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_guardfraction.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:23:02 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:23:02 -0400
commit72d2fd83d898c2a7151c7fdbbffbc4c25fe34894 (patch)
tree2d0a4945d054bb87e4f1a860de574c89e50aabc2 /src/test/test_guardfraction.c
parentd2942d127da454a1ffb69da176582b5d74918bb1 (diff)
downloadtor-72d2fd83d898c2a7151c7fdbbffbc4c25fe34894.tar.gz
tor-72d2fd83d898c2a7151c7fdbbffbc4c25fe34894.zip
Split vote_{microdesc_hash,routerstatus}_t into their own headers
Diffstat (limited to 'src/test/test_guardfraction.c')
-rw-r--r--src/test/test_guardfraction.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test_guardfraction.c b/src/test/test_guardfraction.c
index 51ca8f08ec..24bf58f942 100644
--- a/src/test/test_guardfraction.c
+++ b/src/test/test_guardfraction.c
@@ -15,6 +15,9 @@
#include "routerparse.h"
#include "networkstatus.h"
+#include "vote_microdesc_hash_st.h"
+#include "vote_routerstatus_st.h"
+
#include "test.h"
#include "test_helpers.h"
#include "log_test_helpers.h"