diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-23 17:00:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-23 17:00:33 +0200 |
commit | b52aae1d934b006830e7d575e56e2a98b0765ad3 (patch) | |
tree | e1ab1148d400ce6234e106f05420bb4b3bec83c5 /src/hostnamed.c | |
parent | f2b33002cd5747ebf288d20a352655307f97aac5 (diff) |
util: move virtualization detection into its own files, and extend return codes
Diffstat (limited to 'src/hostnamed.c')
-rw-r--r-- | src/hostnamed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostnamed.c b/src/hostnamed.c index b47f227705..f3b2c94173 100644 --- a/src/hostnamed.c +++ b/src/hostnamed.c @@ -31,6 +31,7 @@ #include "dbus-common.h" #include "polkit.h" #include "def.h" +#include "virt.h" #define INTERFACE \ " <interface name=\"org.freedesktop.hostname1\">\n" \ |