commit | 15a5e95075a7f6007dd97b2a165c8ed16fe683df | [log] [tgz] |
---|---|---|
author | Lennart Poettering <lennart@poettering.net> | Tue Oct 27 01:26:31 2015 +0100 |
committer | Lennart Poettering <lennart@poettering.net> | Tue Oct 27 13:25:57 2015 +0100 |
tree | da7259ad54e2009c45a10ff4e0acad4160eed3be | |
parent | c7f1808add4d971229ba5311cf66e659122aa338 [diff] [blame] |
util-lib: split out printf() helpers to stdio-util.h
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 7217f54..41deea7 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c
@@ -62,6 +62,7 @@ #include "set.h" #include "specifier.h" #include "stat-util.h" +#include "stdio-util.h" #include "string-table.h" #include "string-util.h" #include "strv.h"