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
|
||||
#define NULL (void *) 0
|
||||
|
||||
#define __need_ptrdiff_t
|
||||
#define __need_size_t
|
||||
#define __need_wchar_t
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <types/ptrdiff_t.h>
|
||||
#include <types/size_t.h>
|
||||
#include <types/wchar_t.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue