Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
#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;
#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;