mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
Include private/fs_config.h directly when needed
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>
This commit is contained in:
parent
7f3767ee8d
commit
2b1dd73248
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user