ftoastr: Fix compilation error on Solaris.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:10:39 +0000 (18:10 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:10:39 +0000 (18:10 +0100)
* lib/ftoastr.c: Include <config.h>.

ChangeLog
lib/ftoastr.c

index 583250bdd8eb89c401e4676c8a2a14cc73f901dc..94b01ed52fc35f546700f1c18a61efb89d6f9856 100644 (file)
--- 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.
index 6c5ea574c33f113ff0fb886bd6eba6db2d0df4c4..a55b24eb94fa3c4766501ae1adba72ab926e629f 100644 (file)
@@ -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"