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