diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c index 957af05c7e..ae5052aeab 100644 --- a/src/path.c +++ b/src/path.c @@ -717,6 +717,7 @@ DEFINE_STRING_TABLE_LOOKUP(path_type, PathType); const UnitVTable path_vtable = { .suffix = ".path", + .object_size = sizeof(Path), .sections = "Unit\0" "Path\0" |