summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/service.h b/service.h
index 41dabff5cb..17bcd2aa87 100644
--- a/service.h
+++ b/service.h
@@ -5,7 +5,7 @@
typedef struct Service Service;
-#include "name.h"
+#include "unit.h"
typedef enum ServiceState {
SERVICE_DEAD,
@@ -73,6 +73,6 @@ struct Service {
int timer_id;
};
-const NameVTable service_vtable;
+const UnitVTable service_vtable;
#endif