summaryrefslogtreecommitdiff
path: root/src/firstboot
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 23:20:41 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commitaffb60b1ef0cb48388d23360c6f3b043c50f6b8c (patch)
treea2fd6419b97665e6b4705fa6192a55bea54b67e9 /src/firstboot
parent8752c5752f3b9023f9ce96a55d70c6e5fc31118f (diff)
util-lib: split out umask-related code to umask-util.h
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 8faed594c6..30ea942d14 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -39,6 +39,7 @@
#include "strv.h"
#include "terminal-util.h"
#include "time-util.h"
+#include "umask-util.h"
#include "user-util.h"
static char *arg_root = NULL;