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/feature/control | |
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/feature/control')
-rw-r--r-- | src/feature/control/control_getinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_getinfo.c b/src/feature/control/control_getinfo.c index 5dcc4b170d..685deb8ecc 100644 --- a/src/feature/control/control_getinfo.c +++ b/src/feature/control/control_getinfo.c @@ -44,6 +44,7 @@ #include "feature/nodelist/nodelist.h" #include "feature/nodelist/routerinfo.h" #include "feature/nodelist/routerlist.h" +#include "feature/relay/relay_find_addr.h" #include "feature/relay/router.h" #include "feature/relay/routermode.h" #include "feature/relay/selftest.h" |