diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-07 21:06:55 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-08 01:57:17 +0200 |
commit | bbc98d32560cc456531bf254f7b69054921082bd (patch) | |
tree | 0c4c10fe1944119fa17a051cd69e840201ed94bc /src/core/dbus-manager.c | |
parent | b80efeb9ae23b493d03501caa7e6334d1db65dd9 (diff) |
util: split-out hwclock.[ch]
Diffstat (limited to 'src/core/dbus-manager.c')
-rw-r--r-- | src/core/dbus-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index b5b51133f4..bdc9192217 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -31,6 +31,7 @@ #include "dbus-common.h" #include "install.h" #include "watchdog.h" +#include "hwclock.h" #define BUS_MANAGER_INTERFACE_BEGIN \ " <interface name=\"org.freedesktop.systemd1.Manager\">\n" |