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/device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index ccf2935a91..41c96cef03 100644 --- a/src/device.c +++ b/src/device.c @@ -29,6 +29,7 @@ #include "log.h" #include "unit-name.h" #include "dbus-device.h" +#include "def.h" static const UnitActiveState state_translation_table[_DEVICE_STATE_MAX] = { [DEVICE_DEAD] = UNIT_INACTIVE, -- cgit v1.2.3-54-g00ecf