Without this, my box will yell: cgroup.c: In function ‘lxc_setup_mount_cgroup’: cgroup.c:1219: error: ‘MS_RELATIME’ undeclared (first use in this function) cgroup.c:1219: error: (Each undeclared identifier is reported only once cgroup.c:1219: error: for each function it appears in.)
Signed-off-by: Qiang Huang <h.huangqi...@huawei.com> --- src/lxc/cgroup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c index 876c60c..9417e77 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 <lxc/log.h> #include <lxc/cgroup.h> -- 1.8.3 ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel