diff options
author | 2010-06-18 04:22:59 +0200 | |
---|---|---|
committer | 2010-06-18 04:22:59 +0200 | |
commit | 514f4ef52f91edb3741cad88d34572d162459346 (patch) | |
tree | f6314e0a9b21d18de3f3159dad6c2622c4ee98cb /src/mount.c | |
parent | systemctl: warn users via wall that the system goes down (diff) | |
download | systemd-514f4ef52f91edb3741cad88d34572d162459346.tar.gz systemd-514f4ef52f91edb3741cad88d34572d162459346.tar.bz2 systemd-514f4ef52f91edb3741cad88d34572d162459346.zip |
systemctl: add verbs for special units
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.c b/src/mount.c index ea81f5fee..94f19294f 100644 --- a/src/mount.c +++ b/src/mount.c @@ -35,6 +35,7 @@ #include "unit-name.h" #include "mount.h" #include "dbus-mount.h" +#include "special.h" static const UnitActiveState state_translation_table[_MOUNT_STATE_MAX] = { [MOUNT_DEAD] = UNIT_INACTIVE, |