diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-16 13:17:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-09 07:30:35 -0500 |
commit | 2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed (patch) | |
tree | f39067bc6421cddc1643188e572dc86b728ca323 /src/feature/hs/hs_service.h | |
parent | afa36682f959d12da1d6369b38d5d960f345c09a (diff) | |
download | tor-2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed.tar.gz tor-2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed.zip |
Include ht.h in all headers that use HT_ENTRY()
Without this change, compilation success depends on include order in
several tricky ways.
Diffstat (limited to 'src/feature/hs/hs_service.h')
-rw-r--r-- | src/feature/hs/hs_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/hs/hs_service.h b/src/feature/hs/hs_service.h index 1c2d9e97ca..2d7ce9b85a 100644 --- a/src/feature/hs/hs_service.h +++ b/src/feature/hs/hs_service.h @@ -21,6 +21,8 @@ /* Trunnel */ #include "trunnel/hs/cell_establish_intro.h" +#include "ext/ht.h" + /** When loading and configuring a service, this is the default version it will * be configured for as it is possible that no HiddenServiceVersion is * present. */ |