From 694b1400f2a7402d8332285cdbad9a29b831adc5 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Wed, 4 Mar 2020 13:41:14 -0800 Subject: [PATCH] AOSP: 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: I954adf7879fa811eb2b290a0983c84d47ecae26c From AOSP commit: 9fa6bed983d5ddd7226af647a0c4c0d922227be4 --- contrib/android/perms.h | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/android/perms.h b/contrib/android/perms.h index 6d6a212..7987127 100644 --- a/contrib/android/perms.h +++ b/contrib/android/perms.h @@ -51,6 +51,7 @@ static inline errcode_t android_configure_fs(ext2_filsys fs, # endif # include # include +# include errcode_t android_configure_fs(ext2_filsys fs, char *src_dir, char *target_out, -- 1.8.3.1