summaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r--src/or/hs_service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c
index b5649e2636..994a5687bc 100644
--- a/src/or/hs_service.c
+++ b/src/or/hs_service.c
@@ -47,6 +47,8 @@
#include "or/origin_circuit_st.h"
#include "or/routerstatus_st.h"
+#include "lib/encoding/confline.h"
+
/* Trunnel */
#include "trunnel/ed25519_cert.h"
#include "trunnel/hs/cell_common.h"
@@ -3631,4 +3633,3 @@ get_first_service(void)
}
#endif /* defined(TOR_UNIT_TESTS) */
-