diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-06 19:47:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-13 17:41:41 +0100 |
commit | 25b1d72dcc833b70a27d2d2553265edb7c488246 (patch) | |
tree | 77dde97ba59e810a558c7314ac419a4b8e61c49d /src/machine | |
parent | e45c81b8bc04e8340f05589beb42ba5703a34fe1 (diff) | |
download | systemd-25b1d72dcc833b70a27d2d2553265edb7c488246.tar.gz |
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.c | 1 |
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" |