Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.

llvm-svn: 104982
This commit is contained in:
Howard Hinnant 2010-05-28 18:04:31 +00:00
parent b342e09b5e
commit bc3c5dc767
1 changed files with 2 additions and 0 deletions

View File

@ -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