From 8b7df723596d068cbf91abf7535651ab8445810b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 13:01:50 -0400 Subject: Split socks_request_t into its own header. --- src/or/control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/control.c') diff --git a/src/or/control.c b/src/or/control.c index 966ddfa8c5..20da122596 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -90,6 +90,7 @@ #include "rend_authorized_client_st.h" #include "rend_encoded_v2_service_descriptor_st.h" #include "rend_service_descriptor_st.h" +#include "socks_request_st.h" #ifndef _WIN32 #include -- cgit v1.2.3-54-g00ecf