Browse Source

missing prototype of __libc_drand48_data fixed

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 14 năm trước cách đây
mục cha
commit
e2cea9b9ed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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__