summaryrefslogtreecommitdiff
path: root/src/feature/hs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-12 11:39:37 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-12 11:39:37 -0400
commit67351f672450d5f13754294405243a59ddd86de9 (patch)
tree016368ae0c3b6e56c0dc03c185fe5a095d72f22e /src/feature/hs
parent391756f262c93d4361fb6189a3ba9704283f73aa (diff)
parenta1504f138d978d73b2c6129957dd0ee344a97efa (diff)
downloadtor-67351f672450d5f13754294405243a59ddd86de9.tar.gz
tor-67351f672450d5f13754294405243a59ddd86de9.zip
Merge remote-tracking branch 'tor-github/pr/380'
Diffstat (limited to 'src/feature/hs')
-rw-r--r--src/feature/hs/hs_descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_descriptor.c b/src/feature/hs/hs_descriptor.c
index b9a0c0ef1f..8515314b38 100644
--- a/src/feature/hs/hs_descriptor.c
+++ b/src/feature/hs/hs_descriptor.c
@@ -61,7 +61,7 @@
#include "core/or/circuitbuild.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
-#include "feature/nodelist/parsecommon.h"
+#include "feature/dirparse/parsecommon.h"
#include "feature/rend/rendcache.h"
#include "feature/hs/hs_cache.h"
#include "feature/hs/hs_config.h"