From 7cc6d7cfc68c3b6ca6e6d4e4d8d458ea1d3399aa Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 27 Jan 2011 11:55:01 +0000 Subject: * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin. * libc/include/wchar.h: Include features.h. --- newlib/libc/include/wchar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/libc/include/wchar.h') diff --git a/newlib/libc/include/wchar.h b/newlib/libc/include/wchar.h index 234c71e00..3cb12e25f 100644 --- a/newlib/libc/include/wchar.h +++ b/newlib/libc/include/wchar.h @@ -16,6 +16,9 @@ /* For _mbstate_t definition. */ #include +/* For __STDC_ISO_10646__ */ +#include + #ifndef NULL #define NULL 0 #endif -- cgit v1.2.3