* include/locale.h: Include stddef.h for definition of NULL.
This commit is contained in:
parent
5a5996f93e
commit
500ed83f45
|
@ -1,3 +1,7 @@
|
|||
2003-02-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/locale.h: Include stddef.h for definition of NULL.
|
||||
|
||||
2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/math.h (tgamma): Correct typo in comment.
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
/* According to C89 std, NULL is defined in locale.h too. */
|
||||
#define __need_NULL
|
||||
#include <stddef.h>
|
||||
|
||||
/*
|
||||
* The structure returned by 'localeconv'.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue