svn commit: trunk/uClibc/libc/stdlib

aldot at uclibc.org aldot at uclibc.org
Fri May 30 15:25:41 UTC 2008


Author: aldot
Date: 2008-05-30 08:25:40 -0700 (Fri, 30 May 2008)
New Revision: 22124

Log:
- try to pickup UINTMAX_MAX


Modified:
   trunk/uClibc/libc/stdlib/stdlib.c


Changeset:
Modified: trunk/uClibc/libc/stdlib/stdlib.c
===================================================================
--- trunk/uClibc/libc/stdlib/stdlib.c	2008-05-30 14:35:31 UTC (rev 22123)
+++ trunk/uClibc/libc/stdlib/stdlib.c	2008-05-30 15:25:40 UTC (rev 22124)
@@ -34,6 +34,7 @@
 
 #define _ISOC99_SOURCE			/* for ULLONG primarily... */
 #include <limits.h>
+#include <stdint.h>
 /* Work around gcc's refusal to create aliases. 
  * TODO: Add in a define to disable the aliases? */
 




More information about the uClibc-cvs mailing list