diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:40:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | b8be8265b6dc477efe591ccdb14fcd4b044dd241 (patch) | |
tree | 9ddf6ea84beeba5eff85b1caf746db2a625470b5 /src/or/hs_descriptor.h | |
parent | 77dff00b18fc70acdb2939dd20197a0044d41fe5 (diff) | |
download | tor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.tar.gz tor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.zip |
Rectify include paths after container split (automatic)
Diffstat (limited to 'src/or/hs_descriptor.h')
-rw-r--r-- | src/or/hs_descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h index 5478edc89b..640136f487 100644 --- a/src/or/hs_descriptor.h +++ b/src/or/hs_descriptor.h @@ -13,7 +13,7 @@ #include "or/or.h" #include "common/address.h" -#include "common/container.h" +#include "lib/container/container.h" #include "lib/crypt_ops/crypto.h" #include "lib/crypt_ops/crypto_ed25519.h" #include "trunnel/ed25519_cert.h" /* needed for trunnel */ |