From 2c157aec9b37f49367f9411e2c2253bf3975f11c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Jun 2013 10:28:26 -0700 Subject: [PATCH] should expose SIZE_MAX. Change-Id: Id27222c24955c83f29ad953933cbdc48b6f1e900 --- libc/include/stdint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/stdint.h b/libc/include/stdint.h index c3e29dde7..222ff1bbd 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h @@ -30,6 +30,7 @@ #include #include +#include /* For SIZE_MAX. */ #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) # define __STDINT_LIMITS -- 2.11.0