commit | cea5c8a6099cff4f3ceccb3309a522bb1cf377b4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 12 19:56:46 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 12 19:56:46 2016 +0000 |
tree | 5ae421dd3c28a41cd6c62df6ed6b0883064fe7b2 | |
parent | 51b3b4458522ecb7340eb7b8cef08ed60346cb39 [diff] | |
parent | c5537889f5496fd303b8326a7c1e34c95a7ea290 [diff] |
Merge "POSIX says <locale.h> makes NULL visible."
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