diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 22:27:10 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-11 00:11:13 +0200 |
commit | 3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (patch) | |
tree | 630cb996d0cf23429633e4900826aac56d9271ad /src/shared/ask-password-api.c | |
parent | 0b452006de98294d1690f045f6ea2f7f6630ec3b (diff) |
shared: add random-util.[ch]
Diffstat (limited to 'src/shared/ask-password-api.c')
-rw-r--r-- | src/shared/ask-password-api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c index dfc89d23fd..ad1a7731ff 100644 --- a/src/shared/ask-password-api.c +++ b/src/shared/ask-password-api.c @@ -35,6 +35,7 @@ #include "formats-util.h" #include "mkdir.h" #include "strv.h" +#include "random-util.h" #include "ask-password-api.h" |