diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-01-05 00:56:21 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-05 00:56:21 +0100 |
commit | 9cf3ab0e16af7db666ca3cf7d73dc4d616deb8fa (patch) | |
tree | 242f9aad6d2934190f41620464e0896a12d0e694 /src/service.h | |
parent | 4726299357861c0ced3a53a4214e1c3809968e5e (diff) |
fix compilation error with 'PathSpec redefined'
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/service.h b/src/service.h index 15d58cc8ca..2102826723 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; |