diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
commit | 514f4ef52f91edb3741cad88d34572d162459346 (patch) | |
tree | f6314e0a9b21d18de3f3159dad6c2622c4ee98cb /src/unit.c | |
parent | ef2f1067d0ca0e6d7346aa3e082048821b670b54 (diff) |
systemctl: add verbs for special units
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit.c b/src/unit.c index 229f44c1a9..327444bba4 100644 --- a/src/unit.c +++ b/src/unit.c @@ -38,6 +38,7 @@ #include "unit-name.h" #include "specifier.h" #include "dbus-unit.h" +#include "special.h" const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX] = { [UNIT_SERVICE] = &service_vtable, |