From: Qiang Huang Date: Sat, 14 Sep 2013 08:36:27 +0000 (+0800) Subject: cgroup: add bdev.h to fix the build error X-Git-Tag: lxc-1.0.0.alpha2~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740d1928fa85cc2e171c8c700343f0decabdafd0;p=thirdparty%2Flxc.git cgroup: add bdev.h to fix the build error Signed-off-by: Qiang Huang Acked-by: Stéphane Graber --- 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