summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd-shutdown/shutdown.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/shutdown.c
parent3ff85c76a6594fae008a548800fd47a126ab6eb5 (diff)
libcore, nspawn
Diffstat (limited to 'src/grp-system/systemd-shutdown/shutdown.c')
-rw-r--r--src/grp-system/systemd-shutdown/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-system/systemd-shutdown/shutdown.c b/src/grp-system/systemd-shutdown/shutdown.c
index 4517718f8f..11e2143089 100644
--- a/src/grp-system/systemd-shutdown/shutdown.c
+++ b/src/grp-system/systemd-shutdown/shutdown.c
@@ -30,6 +30,7 @@
#include <linux/reboot.h>
+#include "core/killall.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/cgroup-util.h"
#include "systemd-basic/def.h"
@@ -45,7 +46,6 @@
#include "systemd-shared/switch-root.h"
#include "systemd-shared/watchdog.h"
-#include "killall.h"
#include "umount.h"
#define FINALIZE_ATTEMPTS 50