diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-17 04:02:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-17 04:02:35 +0100 |
commit | f6a6225e414858ff222d2b175369cc42459abf9a (patch) | |
tree | c4c15d546c5c514d2d7dfabbf64d10944e9edc85 /src/swap.c | |
parent | b74949bcdc65982a5eaca64c836f4d2a3b8a8d0c (diff) |
def: centralize definition of default timeout in one place
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 f59b0fb18d..035efbaf4b 100644 --- a/src/swap.c +++ b/src/swap.c @@ -37,6 +37,7 @@ #include "special.h" #include "bus-errors.h" #include "exit-status.h" +#include "def.h" static const UnitActiveState state_translation_table[_SWAP_STATE_MAX] = { [SWAP_DEAD] = UNIT_INACTIVE, |