From 740d1928fa85cc2e171c8c700343f0decabdafd0 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Sat, 14 Sep 2013 16:36:27 +0800 Subject: [PATCH] cgroup: add bdev.h to fix the build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Qiang Huang Acked-by: Stéphane Graber --- src/lxc/cgroup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c index 876c60cbd..9417e7769 100644 --- a/src/lxc/cgroup.c +++ b/src/lxc/cgroup.c @@ -44,6 +44,7 @@ #include "list.h" #include "conf.h" #include "utils.h" +#include "bdev.h" #include #include -- 2.39.2