X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fservice.h;fp=src%2Fservice.h;h=2102826723686f63461d379504f15fde6b257a6b;hp=15d58cc8ca984a76c32a209df67868a399f717a9;hb=9cf3ab0e16af7db666ca3cf7d73dc4d616deb8fa;hpb=4726299357861c0ced3a53a4214e1c3809968e5e diff --git a/src/service.h b/src/service.h index 15d58cc8c..210282672 100644 --- a/src/service.h +++ b/src/service.h @@ -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;