]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
android: fix includes
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 10 Aug 2017 21:00:12 +0000 (23:00 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Aug 2017 20:50:37 +0000 (16:50 -0400)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/storage/aufs.h
src/lxc/storage/overlay.h

index 8657e500ec107ea7a5fa1b5cb6e2b9eb038bd94d..feeaa4f270b888c43ae2c7f44d4edbe3ead47313 100644 (file)
 
 #define _GNU_SOURCE
 #include <stdint.h>
+#include <stdio.h>
 
-#if IS_BIONIC
-#include <../include/lxcmntent.h>
-#else
-#include <mntent.h>
-#endif
+#include "storage.h"
 
 struct lxc_storage;
 
index 3d8a0419f04210df3fcd49a4ac0ed43db721d6aa..44d50dd20f85a02f69abfd9ac76935b1ed03cec6 100644 (file)
 #define __LXC_OVERLAY_H
 
 #include <grp.h>
+#include <stdio.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;