summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyd Haselton <chaselton@gmail.com>2017-05-02 06:52:46 -0500
committerJan Vorlicek <janvorli@microsoft.com>2017-05-02 04:52:46 -0700
commiteefe7a195cd1e36b9b0d16761b711061b5f3705f (patch)
tree4c37d20af3b0983334438a9fb09e50fd8a724aa6
parent363206f312a73bbf6c2093d78acad58c060ca0c7 (diff)
downloadcoreclr-eefe7a195cd1e36b9b0d16761b711061b5f3705f.tar.gz
coreclr-eefe7a195cd1e36b9b0d16761b711061b5f3705f.tar.bz2
coreclr-eefe7a195cd1e36b9b0d16761b711061b5f3705f.zip
Added missing icu headers for Android (#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.
-rw-r--r--src/corefx/System.Globalization.Native/icushim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corefx/System.Globalization.Native/icushim.h b/src/corefx/System.Globalization.Native/icushim.h
index 408ec15edd..313002ebb6 100644
--- a/src/corefx/System.Globalization.Native/icushim.h
+++ b/src/corefx/System.Globalization.Native/icushim.h
@@ -32,6 +32,8 @@
#include <unicode/usearch.h>
#include <unicode/utf16.h>
#include <unicode/utypes.h>
+#include <unicode/urename.h>
+#include <unicode/ustring.h>
// List of all functions from the ICU libraries that are used in the System.Globalization.Native.so
#define FOR_ALL_UNCONDITIONAL_ICU_FUNCTIONS \