From: Christian Brauner Date: Tue, 1 Aug 2017 19:43:56 +0000 (+0200) Subject: android: include custom mntent X-Git-Tag: lxc-2.1.0~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1705%2Fhead;p=thirdparty%2Flxc.git android: include custom mntent Signed-off-by: Christian Brauner --- 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