From 7c73db266ac8632905438fba5cd9d6216ce4084c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Sep 2010 05:03:40 +0000 Subject: [PATCH] * compile.c: math.h for modf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.c b/compile.c index 8cbf253cf2..db4c32fca6 100644 --- a/compile.c +++ b/compile.c @@ -10,6 +10,7 @@ **********************************************************************/ #include "ruby/ruby.h" +#include #define USE_INSN_STACK_INCREASE 1 #include "vm_core.h"