summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-06 19:38:45 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 17:39:24 +0100
commite45c81b8bc04e8340f05589beb42ba5703a34fe1 (patch)
tree042d561a651f35d19644d0351ba92fa8801b4c3b /src/mount
parentaee7082fbd4ac7b2a63e21a2906eb8f91aac779e (diff)
downloadsystemd-e45c81b8bc04e8340f05589beb42ba5703a34fe1.tar.gz
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.
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/mount-tool.c1
1 files changed, 1 insertions, 0 deletions
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"