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/swap.c | |
parent | ef2f1067d0ca0e6d7346aa3e082048821b670b54 (diff) |
systemctl: add verbs for special units
Diffstat (limited to 'src/swap.c')
-rw-r--r-- | src/swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/swap.c b/src/swap.c index 6c0322f3e5..5b3073bd4a 100644 --- a/src/swap.c +++ b/src/swap.c @@ -33,6 +33,7 @@ #include "load-dropin.h" #include "unit-name.h" #include "dbus-swap.h" +#include "special.h" static const UnitActiveState state_translation_table[_SWAP_STATE_MAX] = { [SWAP_DEAD] = UNIT_INACTIVE, |