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/tmpfiles/tmpfiles.c | |
parent | 8752c5752f3b9023f9ce96a55d70c6e5fc31118f (diff) |
util-lib: split out umask-related code to umask-util.h
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 9440ce7bb6..9ac10db22a 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -65,6 +65,7 @@ #include "string-table.h" #include "string-util.h" #include "strv.h" +#include "umask-util.h" #include "user-util.h" #include "util.h" |