summaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-16 14:21:34 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-16 14:21:34 +0000
commitf339fb70d8bbbb0b89ae0465448c9f7e17f30c3b (patch)
tree320fa0a5d0d2ff51cd4ef583ab2bbdeada98d96c /numeric.c
parent84f81b4aa0d06629e0468aa22624c8a4136ea63e (diff)
downloadruby-f339fb70d8bbbb0b89ae0465448c9f7e17f30c3b.tar.gz
ruby-f339fb70d8bbbb0b89ae0465448c9f7e17f30c3b.tar.xz
ruby-f339fb70d8bbbb0b89ae0465448c9f7e17f30c3b.zip
* eval.c (rb_mod_freeze): prepare string representation before
freezing. [ruby-talk:103646] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/numeric.c b/numeric.c
index 900054f83..fc1e0d2e7 100644
--- a/numeric.c
+++ b/numeric.c
@@ -12,6 +12,7 @@
#include "ruby.h"
#include "env.h"
+#include <ctype.h>
#include <math.h>
#include <stdio.h>