changeset 13905:9c0ddeee304d

ftoastr: Fix compilation error on Solaris. * lib/ftoastr.c: Include <config.h>.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Nov 2010 18:10:39 +0100
parents ace43fd5fa1c
children fdacdce28472
files ChangeLog lib/ftoastr.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-27  Bruno Haible  <bruno@clisp.org>
+
+	ftoastr: Fix compilation error on Solaris.
+	* lib/ftoastr.c: Include <config.h>.
+
 2010-11-27  Bruno Haible  <bruno@clisp.org>
 
 	getloadavg: Update documentation.
--- 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 <config.h>
+
 #include "ftoastr.h"
 
 #include "intprops.h"