* include/locale.h: Include stddef.h for definition of NULL.

This commit is contained in:
Danny Smith 2003-02-07 02:13:55 +00:00
parent 5a5996f93e
commit 500ed83f45
2 changed files with 8 additions and 0 deletions

View File

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

View File

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