From 91cff0fdf866faf3f1a84db17b50e38845631f14 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: http://svn.ruby-lang.org/repos/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 12cc6278a..6e0d8f30c 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -11,6 +11,8 @@ /* finish iseq array */ #include "insns.inc" +#include + /* control stack frame */ -- cgit