diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:01:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:01:50 -0400 |
commit | 8b7df723596d068cbf91abf7535651ab8445810b (patch) | |
tree | 8efe39a8d759c0069ac2eeed0840260af394bf59 /src/test/test_entryconn.c | |
parent | ad52fe7e88754fd8c7c1eb3da9bbf593d7752af9 (diff) | |
download | tor-8b7df723596d068cbf91abf7535651ab8445810b.tar.gz tor-8b7df723596d068cbf91abf7535651ab8445810b.zip |
Split socks_request_t into its own header.
Diffstat (limited to 'src/test/test_entryconn.c')
-rw-r--r-- | src/test/test_entryconn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_entryconn.c b/src/test/test_entryconn.c index ec8d7196ec..1c1eda02f1 100644 --- a/src/test/test_entryconn.c +++ b/src/test/test_entryconn.c @@ -20,6 +20,7 @@ #include "rendcache.h" #include "entry_connection_st.h" +#include "socks_request_st.h" static void * entryconn_rewrite_setup(const struct testcase_t *tc) |