aboutsummaryrefslogtreecommitdiffstats
path: root/rubyio.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubyio.h')
-rw-r--r--rubyio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubyio.h b/rubyio.h
index 144fc6cd4b..14d2039183 100644
--- a/rubyio.h
+++ b/rubyio.h
@@ -39,6 +39,8 @@ typedef struct rb_io_t {
int rbuf_capa;
} rb_io_t;
+#define HAVE_RB_IO_T 1
+
#define FMODE_READABLE 1
#define FMODE_WRITABLE 2
#define FMODE_READWRITE 3