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-2.1.1~2504 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=740d1928fa85cc2e171c8c700343f0decabdafd0;hp=4575a9f939a21e31231b2341dab2bffc341adcbd;p=mirror_lxc.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