diff options
Diffstat (limited to 'wcsmbs/wcstold_nan.c')
-rw-r--r-- | wcsmbs/wcstold_nan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcstold_nan.c b/wcsmbs/wcstold_nan.c index a4d274f..66793ec 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" |