Potential fix for missing locate_t on Mac OSX.

Tag #1459
This commit is contained in:
Pale Moon
2017-11-16 10:31:55 +01:00
committed by Roy Tam
parent 73a3af4716
commit 661cd00c2c
+1 -1
View File
@@ -61,7 +61,7 @@
#endif
#if U_USE_STRTOD_L
# if U_HAVE_XLOCALE_H
# if U_HAVE_XLOCALE_H || U_PLATFORM_IS_DARWIN_BASED
# include <xlocale.h>
# else
# include <locale.h>