summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 15:25:40 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 15:25:40 +0000
commit5cefe71102b0d306ab02f8847338a241bb4f2f07 (patch)
tree0b64b86eabe7cf05dd75f1db137e13fec6d1bf55 /libc/stdlib
parentb732f3009a17f92c421bdd5fe9a65298dc8880b0 (diff)
- try to pickup UINTMAX_MAX
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/stdlib.c1
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? */