]> git.ipfire.org Git - people/ms/systemd.git/blobdiff - job.c
cgroup: if we are already in our own cgroup, then reuse it
[people/ms/systemd.git] / job.c
diff --git a/job.c b/job.c
index 0e03fcdc77b4a943f9eec90259f75f3e99ea11c8..c1b00714ec995de43c366abb872dc53654ed9a5e 100644 (file)
--- a/job.c
+++ b/job.c
@@ -29,6 +29,7 @@
 #include "load-fragment.h"
 #include "load-dropin.h"
 #include "log.h"
+#include "dbus-job.h"
 
 Job* job_new(Manager *m, JobType type, Unit *unit) {
         Job *j;