about summary refs log tree commit diff
path: root/wcsmbs/wcstold_nan.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstold_nan.c')
-rw-r--r--wcsmbs/wcstold_nan.c2
1 files changed, 1 insertions, 1 deletions
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"