diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 21:16:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | f4f15635ec05293ffcc83a5b39f624bbabbd8fd0 (patch) | |
tree | a71082ce77e66b48a01a4386e8f36985cc27d3d2 /src/tmpfiles | |
parent | c8b3094de58e3b1e37d06f3d56c9346cffbe320a (diff) | |
download | systemd-f4f15635ec05293ffcc83a5b39f624bbabbd8fd0.tar.gz |
util-lib: move a number of fs operations into fs-util.[ch]
Diffstat (limited to 'src/tmpfiles')
-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 8cf327a15f..090864becd 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -48,6 +48,7 @@ #include "fd-util.h" #include "fileio.h" #include "formats-util.h" +#include "fs-util.h" #include "io-util.h" #include "label.h" #include "log.h" |