aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_config.c')
-rw-r--r--src/or/hs_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_config.c b/src/or/hs_config.c
index c8ce5b43fa..603cd6e74e 100644
--- a/src/or/hs_config.c
+++ b/src/or/hs_config.c
@@ -29,6 +29,7 @@
#include "or/hs_config.h"
#include "or/hs_service.h"
#include "or/rendservice.h"
+#include "lib/encoding/confline.h"
/* Using the given list of services, stage them into our global state. Every
* service version are handled. This function can remove entries in the given
@@ -587,4 +588,3 @@ hs_config_service_all(const or_options_t *options, int validate_only)
/* Tor main should call the free all function on error. */
return ret;
}
-