diff options
Diffstat (limited to 'src/stdlib/strtod.c')
-rw-r--r-- | src/stdlib/strtod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/strtod.c b/src/stdlib/strtod.c index 20907ef8..32ffa973 100644 --- a/src/stdlib/strtod.c +++ b/src/stdlib/strtod.c @@ -5,11 +5,11 @@ #include <stdlib.h> #ifndef INFINITY -#include "math/INFINITY.c" +#include "math/INFINITY.h" #endif #ifndef NAN -#include "math/NAN.c" +#include "math/NAN.h" #endif /** convert string to floating-point **/ |