diff options
Diffstat (limited to 'stdlib/strtof_nan.c')
-rw-r--r-- | stdlib/strtof_nan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtof_nan.c b/stdlib/strtof_nan.c index ea3decb..f085c5b 100644 --- a/stdlib/strtof_nan.c +++ b/stdlib/strtof_nan.c @@ -18,7 +18,7 @@ <http://www.gnu.org/licenses/>. */ #include <strtod_nan_narrow.h> -#include <strtod_nan_float.h> +#include <math-type-macros-float.h> #define STRTOD_NAN __strtof_nan #include <strtod_nan_main.c> |