From fd69e271bb168bab7994437aab211bd08b2fef15 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 17 Mar 2013 02:11:57 +0900 Subject: Add float.h. It exists even if the environment was freestanding. It has been supported since C89. --- src/numeric.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/numeric.c b/src/numeric.c index 5560bbc7f..0bfd09b6e 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -9,6 +9,7 @@ #include "mruby/string.h" #include "mruby/array.h" +#include #include #include #include @@ -17,10 +18,6 @@ #include #endif -#ifdef HAVE_FLOAT_H -#include -#endif - #ifdef HAVE_IEEEFP_H #include #endif -- cgit v1.2.3