commit | 5cde15eb17f4ddc0949c0cbd38a46e6c0bad7019 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 12 17:56:23 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 12 17:56:24 2013 +0000 |
tree | ac262010f5d9493279d9961e92c06329c66b6d91 | |
parent | b6e880200d1690c00cb843e59c6849a275dbfbb7 [diff] | |
parent | 2c157aec9b37f49367f9411e2c2253bf3975f11c [diff] |
Merge "<stdint.h> should expose SIZE_MAX."
diff --git a/libc/include/stdint.h b/libc/include/stdint.h index c3e29dd..222ff1b 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h
@@ -30,6 +30,7 @@ #include <stddef.h> #include <sys/_types.h> +#include <machine/limits.h> /* For SIZE_MAX. */ #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) # define __STDINT_LIMITS