aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-03-04 17:45:15 -0800
committerTom Cherry <tomcherry@google.com>2020-03-05 10:56:08 -0800
commit2474111e6f2d98c229212bc37539f6df32f9eb1d (patch)
tree12fd3741f141570a58417d4ec36d5c53d7594145 /squashfs-tools
parent26929f59a759b06cb01c539ba45630958a8e3a76 (diff)
downloadsquashfs-tools-2474111e6f2d98c229212bc37539f6df32f9eb1d.tar.gz
Include private/fs_config.h directly when needed
This is no longer a transitive include of android_filesystem_config.h Bug: 149785767 Test: build Change-Id: I54c0610daaa5da0d675ff9185b94ebd315f7692f
Diffstat (limited to 'squashfs-tools')
-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;