From: Christian Brauner Date: Thu, 10 Aug 2017 21:00:12 +0000 (+0200) Subject: android: fix includes X-Git-Tag: lxc-2.1.0~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1738%2Fhead;p=thirdparty%2Flxc.git android: fix includes Signed-off-by: Christian Brauner --- diff --git a/src/lxc/storage/aufs.h b/src/lxc/storage/aufs.h index dfebbe966..7960a3a5e 100644 --- a/src/lxc/storage/aufs.h +++ b/src/lxc/storage/aufs.h @@ -26,13 +26,10 @@ #define _GNU_SOURCE #include +#include #include -#if IS_BIONIC -#include <../include/lxcmntent.h> -#else -#include -#endif +#include "storage.h" struct lxc_storage; diff --git a/src/lxc/storage/overlay.h b/src/lxc/storage/overlay.h index c2ee7bb25..0aa3cb1cc 100644 --- a/src/lxc/storage/overlay.h +++ b/src/lxc/storage/overlay.h @@ -25,16 +25,13 @@ #define __LXC_OVERLAY_H #include +#include #include #include #include #include -#if IS_BIONIC -#include <../include/lxcmntent.h> -#else -#include -#endif +#include "storage.h" struct lxc_storage;