Commit 3e32591c by Serge Hallyn

include bdev.h

for the define of RELATIME for android Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent ef4413fa
...@@ -42,12 +42,12 @@ ...@@ -42,12 +42,12 @@
#include <unistd.h> #include <unistd.h>
#include <dirent.h> #include <dirent.h>
#include <grp.h> #include <grp.h>
#include <sys/mount.h>
#include "log.h" #include "log.h"
#include "cgroup.h" #include "cgroup.h"
#include "utils.h" #include "utils.h"
#include "commands.h" #include "commands.h"
#include "bdev/bdev.h"
lxc_log_define(lxc_cgfsng, lxc); lxc_log_define(lxc_cgfsng, lxc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment