LibC: stdlib.h doesn't seem to typedef wchar_t without __need_wchar_t
This commit is contained in:
parent
36e5aa4683
commit
e6f0f891a6
|
@ -7,11 +7,15 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#define __need_NULL
|
||||
#define __need_size_t
|
||||
#define __need_wchar_t
|
||||
#include <stddef.h>
|
||||
|
||||
#define EXIT_FAILURE 1
|
||||
#define EXIT_SUCCESS 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue