summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-13 21:54:28 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-13 21:54:28 +0200
commit39d6464ce3ae529eabba68e7dc57259b7d4ee8ac (patch)
tree852cc60df95f3bea4f8f9e251094e72d315e93bd /src/core/shutdown.c
parent19125c205aa6084c225b5c11cc6dcbe18c6dbcc0 (diff)
shutdown: add missing include
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r--src/core/shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index 1290d807f..1c2bf372b 100644
--- a/src/core/shutdown.c
+++ b/src/core/shutdown.c
@@ -44,6 +44,7 @@
#include "mkdir.h"
#include "virt.h"
#include "watchdog.h"
+#include "killall.h"
#define FINALIZE_ATTEMPTS 50