From 2c21044f05e32ec483b6ab13e175278779e9ebe3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 7 May 2012 18:55:45 +0200 Subject: util: split-out conf-file.[ch] --- src/binfmt/binfmt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/binfmt/binfmt.c') 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; -- cgit v1.2.3-54-g00ecf