diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:48:29 -0400 |
commit | 24c0f83185a9c5dff080b250d9a8e15bbf8e1a88 (patch) | |
tree | d68b467bb0294fa23a8a1aebc12b6a479caa41c1 /src/or/reasons.h | |
parent | 0e4b1781f4f0135c925cd728a09cca7d7959b961 (diff) | |
download | tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.tar.gz tor-24c0f83185a9c5dff080b250d9a8e15bbf8e1a88.zip |
Move socks5_status.h to src/lib/net
There might be a better place for it in the long run, but this is
the best I can think of for now.
Diffstat (limited to 'src/or/reasons.h')
-rw-r--r-- | src/or/reasons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/reasons.h b/src/or/reasons.h index b815463b74..837b4a0f1a 100644 --- a/src/or/reasons.h +++ b/src/or/reasons.h @@ -12,7 +12,7 @@ #ifndef TOR_REASONS_H #define TOR_REASONS_H -#include "common/socks5_status.h" +#include "lib/net/socks5_status.h" enum bandwidth_weight_rule_t; const char *stream_end_reason_to_control_string(int reason); |