From 90e35b1eb3df4070e68afc5e7060665214d586be Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 21 Mar 2017 15:21:30 -0500 Subject: Rename to The locale_t type is provided by on Linux, FreeBSD, and Darwin. While, like on some of those systems, it is automatically included by with the proper feature test macros, its presence under this particular name is still presumed in real-world software. Signed-off-by: Yaakov Selkowitz --- newlib/libc/include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/stdlib.h') diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h index 7b62e004f..9ee32aced 100644 --- a/newlib/libc/include/stdlib.h +++ b/newlib/libc/include/stdlib.h @@ -27,7 +27,7 @@ #endif #if __GNU_VISIBLE -#include +#include #endif _BEGIN_STD_C -- cgit v1.2.3