diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:17:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:17:27 -0400 |
commit | 3b917b2408748efb2ce84c2725e2e81ee0217e03 (patch) | |
tree | d16bcb1c6393d70e05300d5fd8f95601cffc00ae /src/or/connection.c | |
parent | 5d5c442e6ad726382c7b8efc0e999825a783bd9e (diff) | |
download | tor-3b917b2408748efb2ce84c2725e2e81ee0217e03.tar.gz tor-3b917b2408748efb2ce84c2725e2e81ee0217e03.zip |
Split control_connection_t into its own header.
This one was actually fairly simple.
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index fb16ac7b57..0042d3e0d0 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -113,6 +113,7 @@ #include <sys/un.h> #endif +#include "control_connection_st.h" #include "entry_connection_st.h" #include "port_cfg_st.h" |