diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-13 14:30:54 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-13 14:30:54 +0000 |
| commit | 644489858fcd2b38260677760ea5322689fae3ff (patch) | |
| tree | 444f73d4b5daa94c8a1f6de4020660dac89742e6 /missing | |
| parent | adc80c1ea6a355f6f1c412d645e4d25494b9861d (diff) | |
| download | ruby-644489858fcd2b38260677760ea5322689fae3ff.tar.gz ruby-644489858fcd2b38260677760ea5322689fae3ff.tar.xz ruby-644489858fcd2b38260677760ea5322689fae3ff.zip | |
* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:
get rid of warnings. fixed: [ruby-core:06247]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
| -rw-r--r-- | missing/isinf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/isinf.c b/missing/isinf.c index 8829b7293..e44ef6c3c 100644 --- a/missing/isinf.c +++ b/missing/isinf.c @@ -23,6 +23,7 @@ isinf(n) #if defined(HAVE_FINITE) && defined(HAVE_ISNAN) +#include <math.h> #ifdef HAVE_IEEEFP_H #include <ieeefp.h> #endif |
