From 5cefe71102b0d306ab02f8847338a241bb4f2f07 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 30 May 2008 15:25:40 +0000 Subject: - try to pickup UINTMAX_MAX --- libc/stdlib/stdlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdlib') diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index 5189ca289..87eaee66c 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -34,6 +34,7 @@ #define _ISOC99_SOURCE /* for ULLONG primarily... */ #include +#include /* Work around gcc's refusal to create aliases. * TODO: Add in a define to disable the aliases? */ -- cgit v1.2.3