chiark / gitweb /
po: run make update-po
[elogind.git] / src / login / logind-seat.c
index ead649820018bf76d78c617203eb5df922582c77..8198011c207c5586655039af8bbc297781eb98db 100644 (file)
@@ -29,6 +29,8 @@
 #include "logind-acl.h"
 #include "util.h"
 #include "mkdir.h"
+#include "formats-util.h"
+#include "terminal-util.h"
 
 Seat *seat_new(Manager *m, const char *id) {
         Seat *s;
@@ -565,7 +567,7 @@ bool seat_can_graphical(Seat *s) {
 int seat_get_idle_hint(Seat *s, dual_timestamp *t) {
         Session *session;
         bool idle_hint = true;
-        dual_timestamp ts = { 0, 0 };
+        dual_timestamp ts = DUAL_TIMESTAMP_NULL;
 
         assert(s);