From affb60b1ef0cb48388d23360c6f3b043c50f6b8c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 23:20:41 +0100 Subject: util-lib: split out umask-related code to umask-util.h --- src/shared/ask-password-api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/ask-password-api.c') diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c index 9e8025d615..b2dbf98b8e 100644 --- a/src/shared/ask-password-api.c +++ b/src/shared/ask-password-api.c @@ -45,6 +45,7 @@ #include "string-util.h" #include "strv.h" #include "terminal-util.h" +#include "umask-util.h" #include "util.h" #define KEYRING_TIMEOUT_USEC ((5 * USEC_PER_MINUTE) / 2) -- cgit v1.2.3-54-g00ecf