summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/feature/hs/hs_ob.c2
-rw-r--r--src/feature/hs/hs_ob.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/hs/hs_ob.c b/src/feature/hs/hs_ob.c
index c18a789013..f135ecd3f4 100644
--- a/src/feature/hs/hs_ob.c
+++ b/src/feature/hs/hs_ob.c
@@ -16,7 +16,7 @@
#include "lib/confmgt/confmgt.h"
#include "lib/encoding/confline.h"
-#include "hs_ob.h"
+#include "feature/hs/hs_ob.h"
/* Options config magic number. */
#define OB_OPTIONS_MAGIC 0x631DE7EA
diff --git a/src/feature/hs/hs_ob.h b/src/feature/hs/hs_ob.h
index d5b5504be7..d6e6e73a84 100644
--- a/src/feature/hs/hs_ob.h
+++ b/src/feature/hs/hs_ob.h
@@ -9,7 +9,7 @@
#ifndef TOR_HS_OB_H
#define TOR_HS_OB_H
-#include "hs_service.h"
+#include "feature/hs/hs_service.h"
bool hs_ob_service_is_instance(const hs_service_t *service);