mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_insnhelper.c: math.h for isnan.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8272db179
commit
b6dff84acc
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
/* finish iseq array */
|
||||
#include "insns.inc"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
/* control stack frame */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue