diff --git a/src/lxc/storage/storage.h b/src/lxc/storage/storage.h index 6bfe479c94..6557377597 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