# HG changeset patch # User Bruno Haible # Date 1290877839 -3600 # Node ID 9c0ddeee304dad32378ae70773db96dacce15064 # Parent ace43fd5fa1c623c371d3c6c8e3f9751f8f2834c ftoastr: Fix compilation error on Solaris. * lib/ftoastr.c: Include . diff --git a/ChangeLog b/ChangeLog --- 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 --- 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"