From b6dff84accf80618b16ff36cca5a7eae9fc5d600 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 17 Jan 2008 17:06:51 +0000 Subject: * vm_insnhelper.c: math.h for isnan. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 12cc6278af..6e0d8f30cb 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -11,6 +11,8 @@ /* finish iseq array */ #include "insns.inc" +#include + /* control stack frame */ -- cgit v1.2.3