* lib/c-strtod.c: Include <stdio.h>, since we call sprintf.
Problem found by Oracle Developer Studio 12.6 on Solaris 10.
+2024-05-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ c-strtod: include <stdio.h>
+ * lib/c-strtod.c: Include <stdio.h>, since we call sprintf.
+ Problem found by Oracle Developer Studio 12.6 on Solaris 10.
+
2024-05-21 Paul Eggert <eggert@cs.ucla.edu>
boot-time: port to Alpine 3.20.0_rc2
#include <errno.h>
#include <locale.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>