Unverified Commit e9cab6e4 by Christian Brauner Committed by Stéphane Graber

android: fix includes

parent 69eb39b2
...@@ -26,12 +26,9 @@ ...@@ -26,12 +26,9 @@
#define _GNU_SOURCE #define _GNU_SOURCE
#include <stdint.h> #include <stdint.h>
#include <stdio.h>
#if IS_BIONIC #include "storage.h"
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
struct lxc_storage; struct lxc_storage;
......
...@@ -25,15 +25,12 @@ ...@@ -25,15 +25,12 @@
#define __LXC_OVERLAY_H #define __LXC_OVERLAY_H
#include <grp.h> #include <grp.h>
#include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#if IS_BIONIC #include "storage.h"
#include <../include/lxcmntent.h>
#else
#include <mntent.h>
#endif
struct lxc_storage; struct lxc_storage;
......
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