summaryrefslogtreecommitdiff
path: root/src/grp-login/systemd-logind/logind-utmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-login/systemd-logind/logind-utmp.c')
-rw-r--r--src/grp-login/systemd-logind/logind-utmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-login/systemd-logind/logind-utmp.c b/src/grp-login/systemd-logind/logind-utmp.c
index c5dc137d61..1e97083f78 100644
--- a/src/grp-login/systemd-logind/logind-utmp.c
+++ b/src/grp-login/systemd-logind/logind-utmp.c
@@ -31,12 +31,13 @@
#include "basic/strv.h"
#include "basic/unit-name.h"
#include "basic/user-util.h"
-#include "logind.h"
#include "sd-bus/bus-common-errors.h"
#include "sd-bus/bus-error.h"
#include "shared/bus-util.h"
#include "shared/utmp-wtmp.h"
+#include "logind.h"
+
_const_ static usec_t when_wall(usec_t n, usec_t elapse) {
usec_t left;