diff options
Diffstat (limited to 'src/or/hs_ntor.h')
-rw-r--r-- | src/or/hs_ntor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_ntor.h b/src/or/hs_ntor.h index bfd6745b27..cc4afd536b 100644 --- a/src/or/hs_ntor.h +++ b/src/or/hs_ntor.h @@ -4,7 +4,7 @@ #ifndef TOR_HS_NTOR_H #define TOR_HS_NTOR_H -#include "or.h" +#include "or/or.h" /* Output length of KDF for key expansion */ #define HS_NTOR_KEY_EXPANSION_KDF_OUT_LEN \ |