From 0207868630997715ee2c025babc7437042a5c3b1 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 1 Aug 2017 21:43:56 +0200 Subject: [PATCH] android: include custom mntent Signed-off-by: Christian Brauner --- src/lxc/storage/storage.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lxc/storage/storage.h b/src/lxc/storage/storage.h index 082b59e05..66d71fdf2 100644 --- a/src/lxc/storage/storage.h +++ b/src/lxc/storage/storage.h @@ -30,6 +30,12 @@ #include +#if IS_BIONIC +#include <../include/lxcmntent.h> +#else +#include +#endif + #ifndef MS_DIRSYNC #define MS_DIRSYNC 128 #endif -- 2.47.2