diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 23:20:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | affb60b1ef0cb48388d23360c6f3b043c50f6b8c (patch) | |
tree | a2fd6419b97665e6b4705fa6192a55bea54b67e9 /src/core/namespace.c | |
parent | 8752c5752f3b9023f9ce96a55d70c6e5fc31118f (diff) | |
download | systemd-affb60b1ef0cb48388d23360c6f3b043c50f6b8c.tar.gz |
util-lib: split out umask-related code to umask-util.h
Diffstat (limited to 'src/core/namespace.c')
-rw-r--r-- | src/core/namespace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/namespace.c b/src/core/namespace.c index ec7180ebdc..65cf140123 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -41,6 +41,7 @@ #include "string-table.h" #include "string-util.h" #include "strv.h" +#include "umask-util.h" #include "util.h" typedef enum MountMode { |