diff options
Diffstat (limited to 'src/or/hs_config.h')
-rw-r--r-- | src/or/hs_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_config.h b/src/or/hs_config.h index c8800d33ee..461d58d384 100644 --- a/src/or/hs_config.h +++ b/src/or/hs_config.h @@ -9,7 +9,7 @@ #ifndef TOR_HS_CONFIG_H #define TOR_HS_CONFIG_H -#include "or.h" +#include "or/or.h" /* Max value for HiddenServiceMaxStreams */ #define HS_CONFIG_MAX_STREAMS_PER_RDV_CIRCUIT 65535 |