diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-07 18:55:45 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-07 19:01:24 +0200 |
commit | 2c21044f05e32ec483b6ab13e175278779e9ebe3 (patch) | |
tree | 1464655a87ca946c5ffd26417886721fdbbd3ece /src/tmpfiles/tmpfiles.c | |
parent | 7fdd367e6d675d4546074c5dd35bf168d7c17339 (diff) |
util: split-out conf-file.[ch]
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-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 d8fcb40155..16666ce5a6 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -45,6 +45,7 @@ #include "strv.h" #include "label.h" #include "set.h" +#include "conf-files.h" /* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates * them in the file system. This is intended to be used to create |