* 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-20 Bruno Haible <bruno@clisp.org>
vasnprintf: Don't abort for pseudo-denormal arguments on macOS 12.
#include <errno.h>
#include <locale.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>