summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
-rw-r--r--bignum.c3
1 files changed, 2 insertions, 1 deletions
@@ -10,9 +10,10 @@
**********************************************************************/
#include <math.h>
#include <ctype.h>
-#include "ruby.h"
VALUE rb_cBignum;