commit | 2c157aec9b37f49367f9411e2c2253bf3975f11c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 12 10:28:26 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 12 10:28:26 2013 -0700 |
tree | 8458a0f0f98a4a2cf2ac2a0828d6f5a6bab86911 | |
parent | fc104f899d47916f76c91127caf9aeaf7b69d4ef [diff] [blame] |
<stdint.h> should expose SIZE_MAX. Change-Id: Id27222c24955c83f29ad953933cbdc48b6f1e900
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