* include/time.h (__need_NULL): Define before including
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
This commit is contained in:
parent
e58d89280b
commit
41cb3243c5
|
@ -1,3 +1,8 @@
|
|||
2002-09-17 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/time.h (__need_NULL): Define before including
|
||||
stddef.h. Thanks to: Rüdiger Dehmel <de@lmnet.de>.
|
||||
|
||||
2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
|
||||
|
||||
* include/stdio.h: Correct comment about directory separator.
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
#define __need_wchar_t
|
||||
#define __need_size_t
|
||||
#define __need_NULL
|
||||
#ifndef RC_INVOKED
|
||||
#include <stddef.h>
|
||||
#endif /* Not RC_INVOKED */
|
||||
|
|
Loading…
Reference in New Issue