summaryrefslogtreecommitdiff
path: root/src/grp-initprogs/systemd-update-utmp/update-utmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-initprogs/systemd-update-utmp/update-utmp.c')
-rw-r--r--src/grp-initprogs/systemd-update-utmp/update-utmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-initprogs/systemd-update-utmp/update-utmp.c b/src/grp-initprogs/systemd-update-utmp/update-utmp.c
index 6cbfd262bb..ccb8543cfe 100644
--- a/src/grp-initprogs/systemd-update-utmp/update-utmp.c
+++ b/src/grp-initprogs/systemd-update-utmp/update-utmp.c
@@ -28,6 +28,7 @@
#include <systemd/sd-bus.h>
#include "sd-bus/bus-error.h"
+#include "sd-bus/bus-util.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/formats-util.h"
#include "systemd-basic/log.h"
@@ -35,7 +36,6 @@
#include "systemd-basic/special.h"
#include "systemd-basic/unit-name.h"
#include "systemd-basic/util.h"
-#include "systemd-shared/bus-util.h"
#include "systemd-shared/utmp-wtmp.h"
typedef struct Context {