diff options
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/wchar.h b/include/wchar.h index 2b51040dbad53..b8bb90a14a4bb 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -68,13 +68,10 @@ #define _WCHAR_H_ #include <sys/cdefs.h> +#include <sys/_null.h> #include <sys/_types.h> #include <machine/_limits.h> -#ifndef NULL -#define NULL 0 -#endif - #ifndef _MBSTATE_T_DECLARED typedef __mbstate_t mbstate_t; #define _MBSTATE_T_DECLARED |
