Browse Source

- try to pickup UINTMAX_MAX

Bernhard Reutner-Fischer 17 years ago
parent
commit
5cefe71102
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/stdlib/stdlib.c

+ 1 - 0
libc/stdlib/stdlib.c

@@ -34,6 +34,7 @@
 
 
 #define _ISOC99_SOURCE			/* for ULLONG primarily... */
 #define _ISOC99_SOURCE			/* for ULLONG primarily... */
 #include <limits.h>
 #include <limits.h>
+#include <stdint.h>
 /* Work around gcc's refusal to create aliases. 
 /* Work around gcc's refusal to create aliases. 
  * TODO: Add in a define to disable the aliases? */
  * TODO: Add in a define to disable the aliases? */