summaryrefslogtreecommitdiff
path: root/src/shutdown.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-09-23 17:00:33 +0200
committerLennart Poettering <lennart@poettering.net>2011-09-23 17:00:33 +0200
commitb52aae1d934b006830e7d575e56e2a98b0765ad3 (patch)
treee1ab1148d400ce6234e106f05420bb4b3bec83c5 /src/shutdown.c
parentf2b33002cd5747ebf288d20a352655307f97aac5 (diff)
util: move virtualization detection into its own files, and extend return codes
Diffstat (limited to 'src/shutdown.c')
-rw-r--r--src/shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shutdown.c b/src/shutdown.c
index 1c6dc6597b..11213f9d59 100644
--- a/src/shutdown.c
+++ b/src/shutdown.c
@@ -41,6 +41,7 @@
#include "log.h"
#include "umount.h"
#include "util.h"
+#include "virt.h"
#define TIMEOUT_USEC (5 * USEC_PER_SEC)
#define FINALIZE_ATTEMPTS 50