Refactored to use individual type headers
This commit is contained in:
parent
bd271b12a2
commit
dc90c51535
1 changed files with 3 additions and 5 deletions
|
@ -15,10 +15,8 @@
|
||||||
#undef NULL
|
#undef NULL
|
||||||
#define NULL (void *) 0
|
#define NULL (void *) 0
|
||||||
|
|
||||||
#define __need_ptrdiff_t
|
#include <types/ptrdiff_t.h>
|
||||||
#define __need_size_t
|
#include <types/size_t.h>
|
||||||
#define __need_wchar_t
|
#include <types/wchar_t.h>
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue