* include/time.h (__need_NULL): Define before including

stddef.h.  Thanks to: R�diger Dehmel  <de@lmnet.de>.
This commit is contained in:
Danny Smith 2002-09-17 21:36:02 +00:00
parent e58d89280b
commit 41cb3243c5
2 changed files with 6 additions and 0 deletions

View File

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

View File

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