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/nspawn/nspawn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nspawn') diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 152846b8bf..4e9ac04094 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -95,6 +95,7 @@ #include "strv.h" #include "terminal-util.h" #include "udev-util.h" +#include "umask-util.h" #include "user-util.h" #include "util.h" -- cgit v1.2.3-54-g00ecf