aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-04-03 15:16:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 15:16:31 +0000
commit2135b406bb57ce46adaba6b5c3abb8495ab7418c (patch)
tree12fd3741f141570a58417d4ec36d5c53d7594145
parent26929f59a759b06cb01c539ba45630958a8e3a76 (diff)
parent5efd62031bf286349e1c6c0ad7a884d7614b9d4b (diff)
downloadsquashfs-tools-2135b406bb57ce46adaba6b5c3abb8495ab7418c.tar.gz
Include private/fs_config.h directly when needed am: 2474111e6f am: 5efd62031b
Change-Id: I45a499a34af4a71522a3917419970bd2b75a9629
-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;