summaryrefslogtreecommitdiff
path: root/src/shared/machine-pool.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 18:44:13 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:55 +0100
commit4349cd7c1d153c4ffa23cf1cff1644e0afa9bcf0 (patch)
tree1ed7977ffe66d585938d0128c2994c097a106ec9 /src/shared/machine-pool.c
parent6550203eb471595e41e27f46e5d0a00a4c0e47bb (diff)
util-lib: move mount related utility calls to mount-util.[ch]
Diffstat (limited to 'src/shared/machine-pool.c')
-rw-r--r--src/shared/machine-pool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/machine-pool.c b/src/shared/machine-pool.c
index 6d726a687a..9270f22479 100644
--- a/src/shared/machine-pool.c
+++ b/src/shared/machine-pool.c
@@ -36,6 +36,7 @@
#include "signal-util.h"
#include "string-util.h"
#include "util.h"
+#include "mount-util.h"
#define VAR_LIB_MACHINES_SIZE_START (1024UL*1024UL*500UL)
#define VAR_LIB_MACHINES_FREE_MIN (1024UL*1024UL*750UL)