aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;