Oops. Forgot to check in include/wchar.h???
This commit is contained in:
parent
067b070964
commit
29a075260a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue