diff options
Diffstat (limited to 'lib/ftoastr.c')
-rw-r--r-- | lib/ftoastr.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <config.h> + #include "ftoastr.h" #include "intprops.h" |