Unverified Commit 355bf77a by Christian Brauner Committed by Stéphane Graber

android: include custom mntent

parent 1090f945
...@@ -30,6 +30,12 @@ ...@@ -30,6 +30,12 @@
#include <lxc/lxccontainer.h> #include <lxc/lxccontainer.h>
#if IS_BIONIC
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
#ifndef MS_DIRSYNC #ifndef MS_DIRSYNC
#define MS_DIRSYNC 128 #define MS_DIRSYNC 128
#endif #endif
......
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