From d8a812d168971ef2a03bbf3d1cc5e9911f942264 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Tue, 9 Dec 2014 00:03:53 +0900 Subject: timer: timer can be a transient unit --- src/core/dbus-timer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/dbus-timer.h') diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index cfff88e8b7..103172f055 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -22,5 +22,8 @@ ***/ #include "sd-bus.h" +#include "unit.h" extern const sd_bus_vtable bus_timer_vtable[]; + +int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitSetPropertiesMode mode, sd_bus_error *error); -- cgit v1.2.3-54-g00ecf