summaryrefslogtreecommitdiff
path: root/src/firstboot
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-10 22:27:10 +0200
committerRonny Chevalier <chevalier.ronny@gmail.com>2015-04-11 00:11:13 +0200
commit3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (patch)
tree630cb996d0cf23429633e4900826aac56d9271ad /src/firstboot
parent0b452006de98294d1690f045f6ea2f7f6630ec3b (diff)
downloadsystemd-3df3e884ae1237ef0d4d23b0e80f4ffda95ac135.tar.gz
shared: add random-util.[ch]
Diffstat (limited to 'src/firstboot')
-rw-r--r--src/firstboot/firstboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
index a37ca170fb..c92f379806 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -32,6 +32,7 @@
#include "mkdir.h"
#include "time-util.h"
#include "path-util.h"
+#include "random-util.h"
#include "locale-util.h"
#include "ask-password-api.h"