diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-07 22:45:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-08 12:49:59 +0200 |
commit | 66cb2fde7b0ab6603775ad13c30c004f5fd88f0c (patch) | |
tree | b046cf10f6245ccf8f1d32651f234f70a3ddba09 /src/run/run.c | |
parent | 041f793b6b1e4b86edc909b4b2867463b3ef3efd (diff) |
basic: move two more terminal-related calls into terminal-util.[ch]
Diffstat (limited to 'src/run/run.c')
-rw-r--r-- | src/run/run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/run.c b/src/run/run.c index bb18dd4383..1f89bfd6fb 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -36,6 +36,7 @@ #include "signal-util.h" #include "spawn-polkit-agent.h" #include "strv.h" +#include "terminal-util.h" #include "unit-name.h" static bool arg_ask_password = true; |