aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_status.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-01 14:51:53 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-01 15:20:37 -0400
commit986d761510c4e5070cbdf8879f49342b7b1350c1 (patch)
tree2b40082f59143936dd749374ed9caa0f85edd57d /src/test/test_status.c
parentf75357ec355e4e716321417e562526ce77f4f931 (diff)
downloadtor-986d761510c4e5070cbdf8879f49342b7b1350c1.tar.gz
tor-986d761510c4e5070cbdf8879f49342b7b1350c1.zip
Extract or_state_t to its own header.
Fewer modules needed this than I had expected.
Diffstat (limited to 'src/test/test_status.c')
-rw-r--r--src/test/test_status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_status.c b/src/test/test_status.c
index 071b3ba8a7..6c694be57e 100644
--- a/src/test/test_status.c
+++ b/src/test/test_status.c
@@ -27,6 +27,7 @@
#include "lib/tls/tortls.h"
#include "or/origin_circuit_st.h"
+#include "or/or_state_st.h"
#include "or/routerinfo_st.h"
#include "test/test.h"