From f6a6225e414858ff222d2b175369cc42459abf9a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Mar 2011 04:02:35 +0100 Subject: def: centralize definition of default timeout in one place --- src/mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mount.c') diff --git a/src/mount.c b/src/mount.c index 00780101a0..39525b6650 100644 --- a/src/mount.c +++ b/src/mount.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[_MOUNT_STATE_MAX] = { [MOUNT_DEAD] = UNIT_INACTIVE, -- cgit v1.2.3-54-g00ecf