| commit | 96ea9e6fd5aee42c306520b378873e4b5b3bc808 | [log] [tgz] | 
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Fri Aug 12 20:06:42 2016 +0000 | 
| committer | android-build-merger <android-build-merger@google.com> | Fri Aug 12 20:06:42 2016 +0000 | 
| tree | 31ec3cf9150ce9da33bc361c74cb749f638fc0bf | |
| parent | 8407ddebec19b283469ab0470ef0c27a1a63af8b [diff] | |
| parent | cea5c8a6099cff4f3ceccb3309a522bb1cf377b4 [diff] | 
Merge "POSIX says <locale.h> makes NULL visible." am: cea5c8a609 Change-Id: Ic28faf09d246aed6545eb4b11dbbb7af53a180f8
diff --git a/libc/include/locale.h b/libc/include/locale.h index a8f03bc..a681a17 100644 --- a/libc/include/locale.h +++ b/libc/include/locale.h
@@ -32,6 +32,9 @@ #include <sys/cdefs.h> #include <xlocale.h> +#define __need_NULL +#include <stddef.h> + __BEGIN_DECLS #define LC_CTYPE 0