From e45c81b8bc04e8340f05589beb42ba5703a34fe1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 6 Mar 2019 19:38:45 +0100 Subject: shared: split out code to wait for jobs to complet into its own source file It's complex enough and quite a few functions. Let's hence split this out. No code change, just some rearranging of source files. --- src/mount/mount-tool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mount') diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 1fc8c954d9..6256920e99 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -8,6 +8,7 @@ #include "bus-error.h" #include "bus-unit-util.h" #include "bus-util.h" +#include "bus-wait-for-jobs.h" #include "device-util.h" #include "dirent-util.h" #include "escape.h" -- cgit v1.2.3