diff options
Diffstat (limited to 'src/core/path.h')
-rw-r--r-- | src/core/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/path.h b/src/core/path.h index d2e91d7d71..0d36aab960 100644 --- a/src/core/path.h +++ b/src/core/path.h @@ -22,6 +22,7 @@ ***/ typedef struct Path Path; +typedef struct PathSpec PathSpec; #include "unit.h" #include "mount.h" |