summaryrefslogtreecommitdiff
path: root/src/core/dbus-cgroup.h
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-05-15 14:12:22 -0400
committerFelipe Sateler <fsateler@debian.org>2018-05-15 14:23:32 -0400
commit90a8f0b9a999b4bbb5110066266fd6d807e04aa3 (patch)
tree1ac9938988086bf74695f0e6015831270f68987e /src/core/dbus-cgroup.h
parentf2bd752215cba2f90697edd7e3ff5e859a6b9a4c (diff)
downloadsystemd-90a8f0b9a999b4bbb5110066266fd6d807e04aa3.tar.gz
core: Break circular dependency between unit.h and cgroup.h
Diffstat (limited to 'src/core/dbus-cgroup.h')
-rw-r--r--src/core/dbus-cgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-cgroup.h b/src/core/dbus-cgroup.h
index c1c41759e3..b0cd63ebc3 100644
--- a/src/core/dbus-cgroup.h
+++ b/src/core/dbus-cgroup.h
@@ -9,6 +9,7 @@
#include "sd-bus.h"
+#include "unit.h"
#include "cgroup.h"
extern const sd_bus_vtable bus_cgroup_vtable[];