mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 01:47:31 +00:00
fix compilation error with 'PathSpec redefined'
This commit is contained in:
parent
4726299357
commit
9cf3ab0e16
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user