diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-25 14:08:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-26 01:24:38 +0100 |
commit | c004493cdefc1f43a3956ca529e8070f8d70be56 (patch) | |
tree | 858425bad735d74ad02a95e4ccb93be444c581c3 /src/tmpfiles | |
parent | ae9b44b64c8494f2cec4198ce9034c53f48ce699 (diff) |
util-lib: split out IO related calls to io-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 e574e5ac26..457d721303 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" |