aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
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/common/util.c
parent3930416dec02f801ee9c0e1d99fd782c414ffef0 (diff)
downloadtor-d893be190fc244330543c9e98613a3f0daebc6ed.tar.gz
tor-d893be190fc244330543c9e98613a3f0daebc6ed.zip
rectify include paths (automatic) for address.h
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 2ea990d797..25eba4b577 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -20,7 +20,7 @@
#include "lib/cc/torint.h"
#include "lib/container/smartlist.h"
#include "lib/fdio/fdio.h"
-#include "common/address.h"
+#include "lib/net/address.h"
#include "common/sandbox.h"
#include "lib/err/backtrace.h"
#include "common/util_process.h"