From 9a57c62944258c750d80bca4fe56de4dbab46d67 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 20 Jan 2011 18:22:03 +0100 Subject: systemctl: highlight failed processes in systemctl status --- src/swap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/swap.c') diff --git a/src/swap.c b/src/swap.c index 6ab99d5712..23a98dd63f 100644 --- a/src/swap.c +++ b/src/swap.c @@ -36,6 +36,7 @@ #include "dbus-swap.h" #include "special.h" #include "bus-errors.h" +#include "exit-status.h" static const UnitActiveState state_translation_table[_SWAP_STATE_MAX] = { [SWAP_DEAD] = UNIT_INACTIVE, -- cgit v1.2.3-54-g00ecf