diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 00:07:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:57 +0100 |
commit | 7f4b3c5ea39957231839421f2d3a65f5a18e4083 (patch) | |
tree | 54c8575b4d090a8b136a710ee4c92873a2e9c489 /src/systemctl | |
parent | 4e731273edfe852a3eee2949cd20f49fd5b4f6d7 (diff) |
util-lib: move running_in_chroot() into virt.[ch]
It's a very weak kind of virtualization, after all.
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 48d17cb52a..2166554f4d 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -82,6 +82,7 @@ #include "util.h" #include "utmp-wtmp.h" #include "verbs.h" +#include "virt.h" static char **arg_types = NULL; static char **arg_states = NULL; |