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 583250bdd8..94b01ed52f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-27 Bruno Haible + + ftoastr: Fix compilation error on Solaris. + * lib/ftoastr.c: Include . + 2010-11-27 Bruno Haible getloadavg: Update documentation. diff --git a/lib/ftoastr.c b/lib/ftoastr.c index 6c5ea574c3..a55b24eb94 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.30.2