aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtold_nan.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtold_nan.c')
-rw-r--r--stdlib/strtold_nan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtold_nan.c b/stdlib/strtold_nan.c
index d4bbcc0a8b..eadfe546e2 100644
--- a/stdlib/strtold_nan.c
+++ b/stdlib/strtold_nan.c
@@ -23,7 +23,7 @@
representation. */
#ifndef __NO_LONG_DOUBLE_MATH
# include <strtod_nan_narrow.h>
-# include <strtod_nan_ldouble.h>
+# include <math-type-macros-ldouble.h>
# define STRTOD_NAN __strtold_nan
# include <strtod_nan_main.c>