forked from OSchip/llvm-project
Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.
llvm-svn: 104982
This commit is contained in:
parent
b342e09b5e
commit
bc3c5dc767
|
@ -34,9 +34,11 @@ Types:
|
|||
*/
|
||||
|
||||
#include <__config>
|
||||
#define __need_NULL
|
||||
#define __need_ptrdiff_t
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
|
|
Loading…
Reference in New Issue