summaryrefslogtreecommitdiff
path: root/src/feature/control
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-07 08:19:11 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-07 08:19:11 -0400
commitb7a165228f02e693b3e777b4c815214bb6e05691 (patch)
treeb79cd6d72f3dffbdee88b9b77b1b5f0240e872e9 /src/feature/control
parent3a785dd5beeaadcd4205f24d6949fdbbdfb5651e (diff)
parentc81c5a2646763c651a9bc17b6213bd25a480eca9 (diff)
downloadtor-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.c1
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"