diff options
Diffstat (limited to 'src/automount.h')
-rw-r--r-- | src/automount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.h b/src/automount.h index c6326ed3c2..8334c9752d 100644 --- a/src/automount.h +++ b/src/automount.h @@ -36,7 +36,7 @@ typedef enum AutomountState { } AutomountState; struct Automount { - Meta meta; + Unit meta; AutomountState state, deserialized_state; |