diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-05 14:41:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-05 14:41:35 -0400 |
commit | 4ce60dab0077ba30d1507a6b92e7b933870ed092 (patch) | |
tree | 994c7e739e8e72d43e4a4c1a40fe2d2addc44ea8 /src/test/fuzz/fuzz_http_connect.c | |
parent | 73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c (diff) | |
download | tor-4ce60dab0077ba30d1507a6b92e7b933870ed092.tar.gz tor-4ce60dab0077ba30d1507a6b92e7b933870ed092.zip |
Resolve inconsistencies between buf refactor and HTTP connect
Diffstat (limited to 'src/test/fuzz/fuzz_http_connect.c')
-rw-r--r-- | src/test/fuzz/fuzz_http_connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzz_http_connect.c b/src/test/fuzz/fuzz_http_connect.c index 68f58387ed..dc674070b2 100644 --- a/src/test/fuzz/fuzz_http_connect.c +++ b/src/test/fuzz/fuzz_http_connect.c @@ -12,6 +12,7 @@ #include "config.h" #include "connection.h" #include "connection_edge.h" +#include "proto_socks.h" #include "torlog.h" #include "fuzzing.h" |