* include/locale.h: Include stddef.h for definition of NULL.
This commit is contained in:
@@ -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'.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user