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