diff options
author | Christopher Faylor <me@cgf.cx> | 2001-08-11 01:56:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-08-11 01:56:53 +0000 |
commit | 29a075260a1640f3851f01ec451a4b4563d9ba43 (patch) | |
tree | fad3911d33abeaf091310290485564ddf79d6ce2 /winsup/cygwin | |
parent | 067b07096416e46b4e958ac1bb71fd5f902f725d (diff) | |
download | newlib-29a075260a1640f3851f01ec451a4b4563d9ba43.zip newlib-29a075260a1640f3851f01ec451a4b4563d9ba43.tar.gz newlib-29a075260a1640f3851f01ec451a4b4563d9ba43.tar.bz2 |
Oops. Forgot to check in include/wchar.h???
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/include/wchar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/wchar.h b/winsup/cygwin/include/wchar.h index 986db98..c6ae520 100644 --- a/winsup/cygwin/include/wchar.h +++ b/winsup/cygwin/include/wchar.h @@ -13,8 +13,9 @@ details. */ #include <sys/cdefs.h> -/* Get wchar_t from <stddef.h>. */ +/* Get wchar_t and wint_t from <stddef.h>. */ #define __need_wchar_t +#define __need_wint_t #include <stddef.h> __BEGIN_DECLS |