From 500ed83f45841d94552323b6b5dfb32ed7021db1 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 7 Feb 2003 02:13:55 +0000 Subject: * include/locale.h: Include stddef.h for definition of NULL. --- winsup/mingw/include/locale.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/mingw/include/locale.h') diff --git a/winsup/mingw/include/locale.h b/winsup/mingw/include/locale.h index 06db31a3d..16fb6119a 100644 --- a/winsup/mingw/include/locale.h +++ b/winsup/mingw/include/locale.h @@ -51,6 +51,10 @@ #ifndef RC_INVOKED +/* According to C89 std, NULL is defined in locale.h too. */ +#define __need_NULL +#include + /* * The structure returned by 'localeconv'. */ -- cgit v1.2.3