summaryrefslogtreecommitdiff
path: root/src/stdlib/strtod.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 18:06:53 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 18:06:53 -0400
commit37f35c82fab1cb2c1203678e622c83dc2ba58f83 (patch)
treec96c14513eb5bded7003493d2207f1828167d587 /src/stdlib/strtod.c
parent48d2528a5b7b031111fa24c53ca28d3ddc436a79 (diff)
adjust to new file names
Diffstat (limited to 'src/stdlib/strtod.c')
-rw-r--r--src/stdlib/strtod.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#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 **/