From: Serge Hallyn Date: Thu, 17 Mar 2016 04:27:24 +0000 (-0700) Subject: include bdev.h X-Git-Tag: lxc-2.0.0.rc11~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e32591c201ce5bbaa068d284718729542459291;p=thirdparty%2Flxc.git include bdev.h for the define of RELATIME for android Signed-off-by: Serge Hallyn --- 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);