diff options
Diffstat (limited to 'src/or/proto_socks.c')
-rw-r--r-- | src/or/proto_socks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/proto_socks.c b/src/or/proto_socks.c index 57a7d1cd64..1b67c6c28b 100644 --- a/src/or/proto_socks.c +++ b/src/or/proto_socks.c @@ -14,6 +14,8 @@ #include "proto_socks.h" #include "reasons.h" +#include "socks_request_st.h" + static void socks_request_set_socks5_error(socks_request_t *req, socks5_reply_status_t reason); |