summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-06 19:47:06 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 17:41:41 +0100
commit25b1d72dcc833b70a27d2d2553265edb7c488246 (patch)
tree77dde97ba59e810a558c7314ac419a4b8e61c49d /src/machine
parente45c81b8bc04e8340f05589beb42ba5703a34fe1 (diff)
downloadsystemd-25b1d72dcc833b70a27d2d2553265edb7c488246.tar.gz
systemd-25b1d72dcc833b70a27d2d2553265edb7c488246.tar.bz2
systemd-25b1d72dcc833b70a27d2d2553265edb7c488246.zip
bus-unit-util: split out code that shows a unit's process tree
The code is complex enough to deserve its own .c file. Let's split this out.
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index c6541aedb0..b24698469d 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -18,6 +18,7 @@
#include "alloc-util.h"
#include "bus-common-errors.h"
#include "bus-error.h"
+#include "bus-unit-procs.h"
#include "bus-unit-util.h"
#include "bus-util.h"
#include "bus-wait-for-jobs.h"