浏览代码

missing prototype of __libc_drand48_data fixed

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 14 年之前
父节点
当前提交
e2cea9b9ed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/stdlib/drand48-iter.c

+ 1 - 0
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__