* 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

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