aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:21:25 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:21:25 -0400
commit00f1d1653e4ff703cfbcf82060b229ca8a39030d (patch)
tree1f53a2395b9f832d05893b86f651f40db33bc525 /src/test
parent1e4e9db8157e8691327fe9ee9de5df6fe9891040 (diff)
downloadtor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.tar.gz
tor-00f1d1653e4ff703cfbcf82060b229ca8a39030d.zip
Extract extrainfo_t into its own header
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c
index ecce489423..c25665d3e3 100644
--- a/src/test/test_dir.c
+++ b/src/test/test_dir.c
@@ -47,6 +47,7 @@
#include "authority_cert_st.h"
#include "document_signature_st.h"
+#include "extrainfo_st.h"
#include "networkstatus_st.h"
#include "networkstatus_voter_info_st.h"
#include "ns_detached_signatures_st.h"