commit | c004493cdefc1f43a3956ca529e8070f8d70be56 | [log] [tgz] |
---|---|---|
author | Lennart Poettering <lennart@poettering.net> | Sun Oct 25 14:08:25 2015 +0100 |
committer | Lennart Poettering <lennart@poettering.net> | Mon Oct 26 01:24:38 2015 +0100 |
tree | 858425bad735d74ad02a95e4ccb93be444c581c3 | |
parent | ae9b44b64c8494f2cec4198ce9034c53f48ce699 [diff] [blame] |
util-lib: split out IO related calls to io-util.[ch]
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index e574e5a..457d721 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c
@@ -46,6 +46,7 @@ #include "escape.h" #include "fd-util.h" #include "formats-util.h" +#include "io-util.h" #include "label.h" #include "log.h" #include "macro.h"