]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
include bdev.h
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 17 Mar 2016 04:27:24 +0000 (21:27 -0700)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 17 Mar 2016 04:27:24 +0000 (21:27 -0700)
for the define of RELATIME for android

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/cgfsng.c

index c658d91d60ea2e8d78fe8bfc2ca8706d41cdda18..4432f87e903625ef2a88726ac5050bcc85df14c4 100644 (file)
 #include <unistd.h>
 #include <dirent.h>
 #include <grp.h>
-#include <sys/mount.h>
 
 #include "log.h"
 #include "cgroup.h"
 #include "utils.h"
 #include "commands.h"
+#include "bdev/bdev.h"
 
 lxc_log_define(lxc_cgfsng, lxc);