Quellcode durchsuchen

missing prototype of __libc_drand48_data fixed

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger vor 14 Jahren
Ursprung
Commit
e2cea9b9ed
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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__