diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wcstod_nan.c | 2 | ||||
-rw-r--r-- | wcsmbs/wcstof_nan.c | 2 | ||||
-rw-r--r-- | wcsmbs/wcstold_nan.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/wcsmbs/wcstod_nan.c b/wcsmbs/wcstod_nan.c index 1aee82d844..1423f3e8aa 100644 --- a/wcsmbs/wcstod_nan.c +++ b/wcsmbs/wcstod_nan.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include "../stdlib/strtod_nan_wide.h" -#include "../stdlib/strtod_nan_double.h" +#include <math-type-macros-double.h> #define STRTOD_NAN __wcstod_nan #include "../stdlib/strtod_nan_main.c" diff --git a/wcsmbs/wcstof_nan.c b/wcsmbs/wcstof_nan.c index 9c89e24370..96f2198667 100644 --- a/wcsmbs/wcstof_nan.c +++ b/wcsmbs/wcstof_nan.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include "../stdlib/strtod_nan_wide.h" -#include "../stdlib/strtod_nan_float.h" +#include <math-type-macros-float.h> #define STRTOD_NAN __wcstof_nan #include "../stdlib/strtod_nan_main.c" diff --git a/wcsmbs/wcstold_nan.c b/wcsmbs/wcstold_nan.c index a4d274f37f..66793ec459 100644 --- a/wcsmbs/wcstold_nan.c +++ b/wcsmbs/wcstold_nan.c @@ -23,7 +23,7 @@ representation. */ #ifndef __NO_LONG_DOUBLE_MATH # include "../stdlib/strtod_nan_wide.h" -# include <strtod_nan_ldouble.h> +# include <math-type-macros-ldouble.h> # define STRTOD_NAN __wcstold_nan # include "../stdlib/strtod_nan_main.c" |