From 5ea438b5d354059846385a90f2f7f39e55d64bc4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Nov 2010 18:10:39 +0100 Subject: [PATCH] ftoastr: Fix compilation error on Solaris. * lib/ftoastr.c: Include . --- ChangeLog | 5 +++++ lib/ftoastr.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 583250bdd..94b01ed52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-11-27 Bruno Haible + ftoastr: Fix compilation error on Solaris. + * lib/ftoastr.c: Include . + +2010-11-27 Bruno Haible + getloadavg: Update documentation. * doc/glibc-functions/getloadavg.texi: Mention the Solaris problem. diff --git a/lib/ftoastr.c b/lib/ftoastr.c index 6c5ea574c..a55b24eb9 100644 --- a/lib/ftoastr.c +++ b/lib/ftoastr.c @@ -25,6 +25,8 @@ This code relies on sprintf, strtod, etc. operating accurately; otherwise, the resulting strings could be inaccurate or too long. */ +#include + #include "ftoastr.h" #include "intprops.h" -- 2.11.0