chiark / gitweb /
fix compilation error with 'PathSpec redefined'
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Jan 2012 23:56:21 +0000 (00:56 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 4 Jan 2012 23:56:21 +0000 (00:56 +0100)
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;