diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2020-01-28 21:25:25 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-04 19:26:38 +0100 |
commit | c0f765cac8b0801612a6aa52bfe968df4d502abb (patch) | |
tree | ef88e1850d79c69050d53928e8da44dc3b645bef /src/core/dbus-unit.c | |
parent | core: unit_label_path(): take const unit (diff) | |
download | systemd-c0f765cac8b0801612a6aa52bfe968df4d502abb.tar.xz systemd-c0f765cac8b0801612a6aa52bfe968df4d502abb.zip |
core: move bus-util include out of selinux-access header
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r-- | src/core/dbus-unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index 73d5b2ee1e..496fd5eb6a 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -6,6 +6,7 @@ #include "bpf-firewall.h" #include "bus-common-errors.h" #include "bus-polkit.h" +#include "bus-util.h" #include "cgroup-util.h" #include "condition.h" #include "dbus-job.h" |