aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 09:13:04 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 09:13:04 -0400
commitd893be190fc244330543c9e98613a3f0daebc6ed (patch)
treec51a3305dd42889fd563abe12ea16ffcd74d8de7 /src/tools
parent3930416dec02f801ee9c0e1d99fd782c414ffef0 (diff)
downloadtor-d893be190fc244330543c9e98613a3f0daebc6ed.tar.gz
tor-d893be190fc244330543c9e98613a3f0daebc6ed.zip
rectify include paths (automatic) for address.h
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tor-gencert.c2
-rw-r--r--src/tools/tor-resolve.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c
index fc490ffeb7..f65a0e250d 100644
--- a/src/tools/tor-gencert.c
+++ b/src/tools/tor-gencert.c
@@ -41,7 +41,7 @@ ENABLE_GCC_WARNING(redundant-decls)
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "common/util_format.h"
#define IDENTITY_KEY_BITS 3072
diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c
index d80a7400ff..a13de0b575 100644
--- a/src/tools/tor-resolve.c
+++ b/src/tools/tor-resolve.c
@@ -6,7 +6,7 @@
#include "orconfig.h"
#include "common/compat.h"
#include "common/util.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "lib/log/torlog.h"
#include "common/sandbox.h"