1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* missing/nextafter.c: Include ruby/missing.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-05-18 03:03:26 +00:00
parent 16169ff9e3
commit 8f2631e0cd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun May 18 11:59:25 2014 Tanaka Akira <akr@fsij.org>
* missing/nextafter.c: Include ruby/missing.h.
Sun May 18 11:09:28 2014 Tanaka Akira <akr@fsij.org>
* win32/Makefile.sub: Add nextafter.obj to MISSING.

View file

@ -1,3 +1,5 @@
#include "ruby/missing.h"
#include <math.h>
#include <float.h>