From 1788034103133796316b8361e338dc87e6fe0516 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 21 May 2024 23:32:14 -0700 Subject: [PATCH] c-strtod: include * lib/c-strtod.c: Include , since we call sprintf. Problem found by Oracle Developer Studio 12.6 on Solaris 10. --- ChangeLog | 6 ++++++ lib/c-strtod.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c0e56722f..39bab4e5b5 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 Paul Eggert boot-time: port to Alpine 3.20.0_rc2 diff --git a/lib/c-strtod.c b/lib/c-strtod.c index 0a22eed175..d7e43ac31b 100644 --- a/lib/c-strtod.c +++ b/lib/c-strtod.c @@ -23,6 +23,7 @@ #include #include +#include #include #include -- 2.39.5