chiark / gitweb /
journal: introduce log target 'journal' for executed processes
[elogind.git] / src / service.h
index 15d58cc8ca984a76c32a209df67868a399f717a9..2102826723686f63461d379504f15fde6b257a6b 100644 (file)
@@ -25,6 +25,7 @@
 typedef struct Service Service;
 
 #include "unit.h"
+#include "path.h"
 #include "ratelimit.h"
 
 typedef enum ServiceState {
@@ -86,8 +87,6 @@ typedef enum NotifyAccess {
         _NOTIFY_ACCESS_INVALID = -1
 } NotifyAccess;
 
-typedef struct PathSpec PathSpec;
-
 struct Service {
         Meta meta;