From 3e32591c201ce5bbaa068d284718729542459291 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 16 Mar 2016 21:27:24 -0700 Subject: [PATCH] include bdev.h for the define of RELATIME for android Signed-off-by: Serge Hallyn --- src/lxc/cgfsng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/cgfsng.c b/src/lxc/cgfsng.c index c658d91d6..4432f87e9 100644 --- a/src/lxc/cgfsng.c +++ b/src/lxc/cgfsng.c @@ -42,12 +42,12 @@ #include #include #include -#include #include "log.h" #include "cgroup.h" #include "utils.h" #include "commands.h" +#include "bdev/bdev.h" lxc_log_define(lxc_cgfsng, lxc); -- 2.47.3