From: Paul Eggert Date: Wed, 22 May 2024 06:32:14 +0000 (-0700) Subject: c-strtod: include X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0a301c5267edd935e8b6161cfe4f36218d9df694;p=gnulib.git c-strtod: include * lib/c-strtod.c: Include , since we call sprintf. Problem found by Oracle Developer Studio 12.6 on Solaris 10. --- diff --git a/ChangeLog b/ChangeLog index f94a39a2bb..1c85c92f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-05-21 Paul Eggert + + c-strtod: include + * lib/c-strtod.c: Include , since we call sprintf. + Problem found by Oracle Developer Studio 12.6 on Solaris 10. + 2024-05-21 Collin Funk getusershell: Split file by lines instead of spaces. diff --git a/lib/c-strtod.c b/lib/c-strtod.c index 9551aebe37..4089ccd79b 100644 --- a/lib/c-strtod.c +++ b/lib/c-strtod.c @@ -23,6 +23,7 @@ #include #include +#include #include #include