summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 17:06:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 17:06:51 +0000
commitb6dff84accf80618b16ff36cca5a7eae9fc5d600 (patch)
tree79a988274aa8441f940fbf1846f4549cee688891 /vm_insnhelper.c
parentc8272db1795a7d63a2857b1fdbba4fa8775a6aee (diff)
* vm_insnhelper.c: math.h for isnan.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 2 insertions, 0 deletions
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 <math.h>
+
/* control stack frame */