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/binfmt | |
parent | 7fdd367e6d675d4546074c5dd35bf168d7c17339 (diff) |
util: split-out conf-file.[ch]
Diffstat (limited to 'src/binfmt')
-rw-r--r-- | src/binfmt/binfmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c index 5bd763339e..0399ab75e0 100644 --- a/src/binfmt/binfmt.c +++ b/src/binfmt/binfmt.c @@ -31,6 +31,7 @@ #include "hashmap.h" #include "strv.h" #include "util.h" +#include "conf-files.h" static int delete_rule(const char *rule) { char *x, *fn = NULL, *e; |