]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
android: fix includes 1738/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 10 Aug 2017 21:00:12 +0000 (23:00 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 10 Aug 2017 21:17:36 +0000 (23:17 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/storage/aufs.h
src/lxc/storage/overlay.h

index dfebbe966143e1c4d842ea1ad22d0c19a2017708..7960a3a5e2c173bae954b706626535c3d4dd96fc 100644 (file)
 
 #define _GNU_SOURCE
 #include <stdbool.h>
+#include <stdio.h>
 #include <stdint.h>
 
-#if IS_BIONIC
-#include <../include/lxcmntent.h>
-#else
-#include <mntent.h>
-#endif
+#include "storage.h"
 
 struct lxc_storage;
 
index c2ee7bb25d5c96743981c28222e0e6bd4defd3bd..0aa3cb1ccc3036e470ec302184cf0dfcb8d4cd92 100644 (file)
 #define __LXC_OVERLAY_H
 
 #include <grp.h>
+#include <stdio.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <unistd.h>
 #include <sys/types.h>
 
-#if IS_BIONIC
-#include <../include/lxcmntent.h>
-#else
-#include <mntent.h>
-#endif
+#include "storage.h"
 
 struct lxc_storage;