aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_addr.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-10 13:36:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-10 13:36:45 -0400
commita2c44a7a7e3810bb18121561f012830da696724d (patch)
tree51a1644fa11f08dc438bf2802201fd52a370cef3 /src/test/test_addr.c
parent8de48c111c09d76ecd00bb9dec67acb47890db01 (diff)
downloadtor-a2c44a7a7e3810bb18121561f012830da696724d.tar.gz
tor-a2c44a7a7e3810bb18121561f012830da696724d.zip
Isolate resolve.h usage in the modules that really need it.
(Almost none of Tor should actually need to touch the platform resolver.)
Diffstat (limited to 'src/test/test_addr.c')
-rw-r--r--src/test/test_addr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_addr.c b/src/test/test_addr.c
index c85779e52e..a9004048a5 100644
--- a/src/test/test_addr.c
+++ b/src/test/test_addr.c
@@ -10,6 +10,7 @@
#include "test/test.h"
#include "feature/client/addressmap.h"
#include "test/log_test_helpers.h"
+#include "lib/net/resolve.h"
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>