diff options
Diffstat (limited to 'src/or/reasons.h')
-rw-r--r-- | src/or/reasons.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/reasons.h b/src/or/reasons.h index d9516a3e2b..8f4d7c6bcc 100644 --- a/src/or/reasons.h +++ b/src/or/reasons.h @@ -12,6 +12,8 @@ #ifndef TOR_REASONS_H #define TOR_REASONS_H +#include "common/socks5_status.h" + const char *stream_end_reason_to_control_string(int reason); const char *stream_end_reason_to_string(int reason); socks5_reply_status_t stream_end_reason_to_socks5_response(int reason); @@ -29,4 +31,3 @@ const char *bandwidth_weight_rule_to_string(enum bandwidth_weight_rule_t rule); const char *end_reason_to_http_connect_response_line(int endreason); #endif /* !defined(TOR_REASONS_H) */ - |