diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 14:51:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | 986d761510c4e5070cbdf8879f49342b7b1350c1 (patch) | |
tree | 2b40082f59143936dd749374ed9caa0f85edd57d /src/test/test.c | |
parent | f75357ec355e4e716321417e562526ce77f4f931 (diff) | |
download | tor-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.c')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 64332e2645..d6be5ea2e7 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -12,6 +12,8 @@ #include "lib/crypt_ops/crypto_dh.h" #include "lib/crypt_ops/crypto_rand.h" +#include "or/or_state_st.h" + #include <stdio.h> #ifdef HAVE_FCNTL_H #include <fcntl.h> |