Oops. Forgot to check in include/wchar.h???

This commit is contained in:
Christopher Faylor 2001-08-11 01:56:53 +00:00
parent 067b070964
commit 29a075260a
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ details. */
#include <sys/cdefs.h> #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_wchar_t
#define __need_wint_t
#include <stddef.h> #include <stddef.h>
__BEGIN_DECLS __BEGIN_DECLS