From: Cyd Haselton Date: Tue, 2 May 2017 11:52:46 +0000 (-0500) Subject: Added missing icu headers for Android (dotnet/coreclr#11325) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7f2452a2eeaaa2ef46abec7efcc581683222ba1;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Added missing icu headers for Android (dotnet/coreclr#11325) urename.h and ustring.h contain the u_stncpy and its definition. If they are not in the list of icushim.h headers, Android build fails. Commit migrated from https://github.com/dotnet/coreclr/commit/eefe7a195cd1e36b9b0d16761b711061b5f3705f --- diff --git a/src/coreclr/src/corefx/System.Globalization.Native/icushim.h b/src/coreclr/src/corefx/System.Globalization.Native/icushim.h index 408ec15..313002e 100644 --- a/src/coreclr/src/corefx/System.Globalization.Native/icushim.h +++ b/src/coreclr/src/corefx/System.Globalization.Native/icushim.h @@ -32,6 +32,8 @@ #include #include #include +#include +#include // List of all functions from the ICU libraries that are used in the System.Globalization.Native.so #define FOR_ALL_UNCONDITIONAL_ICU_FUNCTIONS \