diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-17 21:36:02 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-17 21:36:02 +0000 |
commit | 41cb3243c535ddbae7db6aa2d19c27bcf69fda8e (patch) | |
tree | 140588f23ecb2c2a718e3441af85ee62e5f25cb7 | |
parent | e58d89280b3114f2fd31eb67771233d3ae0747ea (diff) | |
download | cygnal-41cb3243c535ddbae7db6aa2d19c27bcf69fda8e.tar.gz cygnal-41cb3243c535ddbae7db6aa2d19c27bcf69fda8e.tar.bz2 cygnal-41cb3243c535ddbae7db6aa2d19c27bcf69fda8e.zip |
* include/time.h (__need_NULL): Define before including
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
-rw-r--r-- | winsup/mingw/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/mingw/include/time.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index c427029f7..fb2832c8a 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -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. diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h index f2f7b5024..6d15c2f89 100644 --- a/winsup/mingw/include/time.h +++ b/winsup/mingw/include/time.h @@ -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 */ |