diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-18 14:18:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-18 14:18:34 -0400 |
commit | 104c2e9e7e3a61924cdc4d5729c03932712fc1e3 (patch) | |
tree | d140fbb949cc3cc84069f521f8e76787ff5c0a51 /src/test/test_proto_misc.c | |
parent | bcc1368c77d6ed8ac7f8bd81acdec7bb2da9f925 (diff) | |
parent | 3edc48c07b35ea0708ad4149a725a60887c13326 (diff) | |
download | tor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.tar.gz tor-104c2e9e7e3a61924cdc4d5729c03932712fc1e3.zip |
Merge branch 'split_or_h'
Diffstat (limited to 'src/test/test_proto_misc.c')
-rw-r--r-- | src/test/test_proto_misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_proto_misc.c b/src/test/test_proto_misc.c index 263ca47447..e2d063a772 100644 --- a/src/test/test_proto_misc.c +++ b/src/test/test_proto_misc.c @@ -15,6 +15,8 @@ #include "proto_control0.h" #include "proto_ext_or.h" +#include "var_cell_st.h" + static void test_proto_var_cell(void *arg) { |