Include private/fs_config.h directly when needed
authorTom Cherry <tomcherry@google.com>
Wed, 4 Mar 2020 21:41:55 +0000 (13:41 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 19 Mar 2020 01:05:35 +0000 (18:05 -0700)
This is no longer a transitive include of android_filesystem_config.h

Signed-off-by: Tom Cherry <tomcherry@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/sload.c

index f601916..c064f7f 100644 (file)
@@ -34,6 +34,7 @@ static fs_config_f fs_config_func = NULL;
 #include <selinux/android.h>
 #include <private/android_filesystem_config.h>
 #include <private/canned_fs_config.h>
+#include <private/fs_config.h>
 #endif
 
 static int filter_dot(const struct dirent *d)