diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 11:43:07 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 11:43:07 +0100 |
commit | e2cea9b9edabe885b9bf2586f9541ffb8fe93f3f (patch) | |
tree | 6f263b0394b394b322cf993e9b8b404fd6e2b166 /libc/stdlib | |
parent | 24a14a0bb867f02ba87b498ee64e3ed6ce33b27a (diff) |
missing prototype of __libc_drand48_data fixed
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/drand48-iter.c | 1 |
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__ |