From 2d13c6ff254a60a8af1f08496e22a2c14240ce47 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 4 Dec 2021 20:54:40 +1100
Subject: [PATCH] add service.h header file

---
 src/include/66/66.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/66/66.h b/src/include/66/66.h
index b532d137..3c91c14c 100644
--- a/src/include/66/66.h
+++ b/src/include/66/66.h
@@ -12,8 +12,8 @@
  * except according to the terms contained in the LICENSE file./
  */
 
-#ifndef SS_H
-#define SS_H
+#ifndef SS_CONFIG_H
+#define SS_CONFIG_H
 
 #include <66/backup.h>
 #include <66/config.h>
@@ -26,6 +26,7 @@
 #include <66/parser.h>
 #include <66/rc.h>
 #include <66/resolve.h>
+#include <66/service.h>
 #include <66/ssexec.h>
 #include <66/state.h>
 #include <66/svc.h>
-- 
GitLab