diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-07 08:19:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-07 08:19:11 -0400 |
commit | b7a165228f02e693b3e777b4c815214bb6e05691 (patch) | |
tree | b79cd6d72f3dffbdee88b9b77b1b5f0240e872e9 /src/core/mainloop/connection.c | |
parent | 3a785dd5beeaadcd4205f24d6949fdbbdfb5651e (diff) | |
parent | c81c5a2646763c651a9bc17b6213bd25a480eca9 (diff) | |
download | tor-b7a165228f02e693b3e777b4c815214bb6e05691.tar.gz tor-b7a165228f02e693b3e777b4c815214bb6e05691.zip |
Merge remote-tracking branch 'tor-github/pr/1880/head'
Diffstat (limited to 'src/core/mainloop/connection.c')
-rw-r--r-- | src/core/mainloop/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index db59e6b28d..a8417e46d9 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -67,6 +67,7 @@ */ #define CHANNEL_OBJECT_PRIVATE #include "app/config/config.h" +#include "app/config/resolve_addr.h" #include "core/mainloop/connection.h" #include "core/mainloop/mainloop.h" #include "core/mainloop/netstatus.h" |