about summary refs log tree commit diff
path: root/stdlib/strtod_nan.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtod_nan.c')
-rw-r--r--stdlib/strtod_nan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtod_nan.c b/stdlib/strtod_nan.c
index f64fec1897..c5876b59a0 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>