summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-10 11:43:07 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-10 11:43:07 +0100
commite2cea9b9edabe885b9bf2586f9541ffb8fe93f3f (patch)
tree6f263b0394b394b322cf993e9b8b404fd6e2b166 /libc
parent24a14a0bb867f02ba87b498ee64e3ed6ce33b27a (diff)
missing prototype of __libc_drand48_data fixed
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc')
-rw-r--r--libc/stdlib/drand48-iter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/drand48-iter.c b/libc/stdlib/drand48-iter.c
index e0c1ce430..612cfd0d9 100644
--- a/libc/stdlib/drand48-iter.c
+++ b/libc/stdlib/drand48-iter.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <limits.h>
#include <stdint.h>
+#include <stdlib.h>
#include <sys/types.h>
#ifdef __UCLIBC_MJN3_ONLY__