summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd-shutdown/umount.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 14:10:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 14:10:13 -0400
commit0b4288e3168dee3224c04871528170442305348f (patch)
treedd7088c01724398bbb6edb47ba07f4737fcc8a5d /src/grp-system/systemd-shutdown/umount.c
parent3ff85c76a6594fae008a548800fd47a126ab6eb5 (diff)
libcore, nspawn
Diffstat (limited to 'src/grp-system/systemd-shutdown/umount.c')
-rw-r--r--src/grp-system/systemd-shutdown/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemd-shutdown/umount.c b/src/grp-system/systemd-shutdown/umount.c
index 60c7354738..8d280c8c8c 100644
--- a/src/grp-system/systemd-shutdown/umount.c
+++ b/src/grp-system/systemd-shutdown/umount.c
@@ -28,6 +28,7 @@
#include <libudev.h>
+#include "core/mount-setup.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/escape.h"
#include "systemd-basic/fd-util.h"
@@ -39,7 +40,6 @@
#include "systemd-shared/fstab-util.h"
#include "systemd-shared/udev-util.h"
-#include "mount-setup.h"
#include "umount.h"
typedef struct MountPoint {