diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-30 15:25:40 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-30 15:25:40 +0000 |
commit | 5cefe71102b0d306ab02f8847338a241bb4f2f07 (patch) | |
tree | 0b64b86eabe7cf05dd75f1db137e13fec6d1bf55 | |
parent | b732f3009a17f92c421bdd5fe9a65298dc8880b0 (diff) |
- try to pickup UINTMAX_MAX
-rw-r--r-- | libc/stdlib/stdlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <limits.h> +#include <stdint.h> /* Work around gcc's refusal to create aliases. * TODO: Add in a define to disable the aliases? */ |