From 37f35c82fab1cb2c1203678e622c83dc2ba58f83 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 18:06:53 -0400 Subject: adjust to new file names --- src/stdlib/strtod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stdlib') diff --git a/src/stdlib/strtod.c b/src/stdlib/strtod.c index 20907ef8..32ffa973 100644 --- a/src/stdlib/strtod.c +++ b/src/stdlib/strtod.c @@ -5,11 +5,11 @@ #include #ifndef INFINITY -#include "math/INFINITY.c" +#include "math/INFINITY.h" #endif #ifndef NAN -#include "math/NAN.c" +#include "math/NAN.h" #endif /** convert string to floating-point **/ -- cgit v1.2.1