summaryrefslogtreecommitdiff
path: root/src/grp-hostname/systemd-hostnamed/hostnamed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-hostname/systemd-hostnamed/hostnamed.c')
-rw-r--r--src/grp-hostname/systemd-hostnamed/hostnamed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-hostname/systemd-hostnamed/hostnamed.c b/src/grp-hostname/systemd-hostnamed/hostnamed.c
index dc1b5472e6..a18658e92e 100644
--- a/src/grp-hostname/systemd-hostnamed/hostnamed.c
+++ b/src/grp-hostname/systemd-hostnamed/hostnamed.c
@@ -22,6 +22,7 @@
#include <sys/utsname.h>
#include <unistd.h>
+#include "sd-bus/bus-util.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/def.h"
#include "systemd-basic/env-util.h"
@@ -34,7 +35,6 @@
#include "systemd-basic/user-util.h"
#include "systemd-basic/util.h"
#include "systemd-basic/virt.h"
-#include "systemd-shared/bus-util.h"
#define VALID_DEPLOYMENT_CHARS (DIGITS LETTERS "-.:")