summaryrefslogtreecommitdiff
path: root/src/stdlib/strtod.c
diff options
context:
space:
mode:
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 b866f47c..9a1af627 100644
--- a/src/stdlib/strtod.c
+++ b/src/stdlib/strtod.c
@@ -5,11 +5,11 @@
#include "math.h"
#ifndef INFINITY
-#include "../math/INFINITY.c"
+#include "math/INFINITY.c"
#endif
#ifndef NAN
-#include "../math/NAN.c"
+#include "math/NAN.c"
#endif
/** convert string to floating-point **/