aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-04-03 15:57:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 15:57:03 +0000
commit83a519ace98344edb853ccfc09c441fb3eec9a2f (patch)
tree12fd3741f141570a58417d4ec36d5c53d7594145
parent26929f59a759b06cb01c539ba45630958a8e3a76 (diff)
parent0797df84c06813c7301b8b747524e55238c42ea7 (diff)
downloadsquashfs-tools-83a519ace98344edb853ccfc09c441fb3eec9a2f.tar.gz
Include private/fs_config.h directly when needed am: 2474111e6f am: 5efd62031b am: 2135b406bb am: 0797df84c0
Change-Id: Ife8650d988d071042d8e2963c6a6344e84069e79
-rw-r--r--squashfs-tools/android.c1
-rw-r--r--squashfs-tools/mksquashfs.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/squashfs-tools/android.c b/squashfs-tools/android.c
index a383d2b..0bbaa7a 100644
--- a/squashfs-tools/android.c
+++ b/squashfs-tools/android.c
@@ -30,6 +30,7 @@
#include "android.h"
#include "private/android_filesystem_config.h"
#include "private/canned_fs_config.h"
+#include "private/fs_config.h"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index 6fe9555..dd75aaa 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -86,6 +86,7 @@
#include "android.h"
#include "private/android_filesystem_config.h"
#include "private/canned_fs_config.h"
+#include "private/fs_config.h"
int android_config = FALSE;
char *context_file = NULL;
char *mount_point = NULL;