summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 11:35:42 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-14 13:25:51 +0100
commite56f9ffe514a626636d92ffa0ddba7a6f5781568 (patch)
treeb50e1c10eeea9ae86fd35072ee88546b5f63ad12 /src/tty-ask-password-agent
parent94dfd646b33c49ea5db1263cb2a43a06690e64db (diff)
downloadsystemd-e56f9ffe514a626636d92ffa0ddba7a6f5781568.tar.gz
util: split out plymouth related stuff
Diffstat (limited to 'src/tty-ask-password-agent')
-rw-r--r--src/tty-ask-password-agent/tty-ask-password-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c
index d974d4451d..2d3418dda1 100644
--- a/src/tty-ask-password-agent/tty-ask-password-agent.c
+++ b/src/tty-ask-password-agent/tty-ask-password-agent.c
@@ -34,6 +34,7 @@
#include "memory-util.h"
#include "mkdir.h"
#include "path-util.h"
+#include "plymouth-util.h"
#include "pretty-print.h"
#include "process-util.h"
#include "signal-util.h"