commit | 0d39fa9c69b97a2ceb156053deef69c0866c2b97 | [log] [tgz] |
---|---|---|
author | Lennart Poettering <lennart@poettering.net> | Mon Oct 26 18:05:03 2015 +0100 |
committer | Lennart Poettering <lennart@poettering.net> | Tue Oct 27 13:25:55 2015 +0100 |
tree | ffab9cf2924c42030cc235cdb1701cfe954958e7 | |
parent | 5f311f8c0e51e2f13773823feb6a71f7c6f2838c [diff] [blame] |
util-lib: move more file I/O related calls into fileio.[ch]
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 57cca17..85a2d6c 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c
@@ -45,6 +45,7 @@ #include "copy.h" #include "escape.h" #include "fd-util.h" +#include "fileio.h" #include "formats-util.h" #include "io-util.h" #include "label.h"