ftoastr: Fix compilation error on Solaris.
[gnulib.git] / lib / ftoastr.c
index 6c5ea57..a55b24e 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"