diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 10:59:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 31897a256c129c12c5a406e630d0d4aaeb7728fd (patch) | |
tree | 568a062eddcad53272ca1d6156985a7d69828175 /src/tools | |
parent | 080069c7b37d398447fe63bb3941d4412587978c (diff) | |
download | tor-31897a256c129c12c5a406e630d0d4aaeb7728fd.tar.gz tor-31897a256c129c12c5a406e630d0d4aaeb7728fd.zip |
Extract socks5_status_t
I'm not sure of the best place to put this header long-term, since
both or/*.c and tools/tor-resolve.c use it.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tor-resolve.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 15be12af8e..408803462b 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -9,6 +9,7 @@ #include "lib/net/address.h" #include "lib/log/torlog.h" #include "lib/sandbox/sandbox.h" +#include "common/socks5_status.h" #include <stdio.h> #include <stdlib.h> |