diff options
Diffstat (limited to 'src/ask-password/ask-password.c')
-rw-r--r-- | src/ask-password/ask-password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ask-password/ask-password.c b/src/ask-password/ask-password.c index 571148f99b..530dc1ee6e 100644 --- a/src/ask-password/ask-password.c +++ b/src/ask-password/ask-password.c @@ -10,8 +10,8 @@ #include "log.h" #include "macro.h" #include "main-func.h" +#include "pretty-print.h" #include "strv.h" -#include "terminal-util.h" static const char *arg_icon = NULL; static const char *arg_id = NULL; |