[systemd-commits] src/service.h
Kay Sievers
kay at kemper.freedesktop.org
Wed Jan 4 15:57:15 PST 2012
src/service.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 9cf3ab0e16af7db666ca3cf7d73dc4d616deb8fa
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Thu Jan 5 00:56:21 2012 +0100
fix compilation error with 'PathSpec redefined'
diff --git a/src/service.h b/src/service.h
index 15d58cc..2102826 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;
More information about the systemd-commits
mailing list