From d8627af159c6b1bc40296fb29297c61b30a5a8e2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Jun 2013 14:54:16 -0700 Subject: [PATCH] Add SIZE_MAX to in a way that might actually work. Take two. Change-Id: I7d08b6d14c82a171312a7f5898270b4441d5cfa2 --- libc/include/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/stdint.h b/libc/include/stdint.h index 222ff1bbd..6f676ce0e 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h @@ -30,7 +30,7 @@ #include #include -#include /* For SIZE_MAX. */ +#include /* For SIZE_MAX. */ #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) # define __STDINT_LIMITS