aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channelpadding.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:33:03 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:33:03 -0400
commitdef1f20e1f9e4544eaf2c0e387b240ec52958a9e (patch)
treedf4eb46677339a59c113d5f9ac6371c9efc2af8f /src/test/test_channelpadding.c
parent00f1d1653e4ff703cfbcf82060b229ca8a39030d (diff)
downloadtor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.tar.gz
tor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.zip
Extract routerstatus_t into its own header.
Diffstat (limited to 'src/test/test_channelpadding.c')
-rw-r--r--src/test/test_channelpadding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c
index 2b4ff59a32..206b57ad1a 100644
--- a/src/test/test_channelpadding.c
+++ b/src/test/test_channelpadding.c
@@ -22,6 +22,7 @@
#include "networkstatus_st.h"
#include "or_connection_st.h"
+#include "routerstatus_st.h"
int channelpadding_get_netflow_inactive_timeout_ms(channel_t *chan);
int64_t channelpadding_compute_time_until_pad_for_netflow(channel_t *chan);