From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/systemd-shutdown/shutdown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/systemd-shutdown/shutdown.c') diff --git a/src/systemd-shutdown/shutdown.c b/src/systemd-shutdown/shutdown.c index eb47677eb3..6281d99c1d 100644 --- a/src/systemd-shutdown/shutdown.c +++ b/src/systemd-shutdown/shutdown.c @@ -39,12 +39,12 @@ #include "basic/parse-util.h" #include "basic/process-util.h" #include "basic/string-util.h" -#include "switch-root.h" +#include "shared/switch-root.h" #include "basic/terminal-util.h" #include "umount.h" #include "basic/util.h" #include "basic/virt.h" -#include "watchdog.h" +#include "shared/watchdog.h" #define FINALIZE_ATTEMPTS 50 -- cgit v1.2.3-54-g00ecf