summaryrefslogtreecommitdiff
path: root/internal/cont.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cont.h')
-rw-r--r--internal/cont.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/cont.h b/internal/cont.h
index 066a28238c..5aaf095142 100644
--- a/internal/cont.h
+++ b/internal/cont.h
@@ -9,8 +9,10 @@
* modify this file, provided that the conditions mentioned in the
* file COPYING are met. Consult the file for details.
*/
+#include "ruby/ruby.h" /* for VALUE */
+
+struct rb_thread_struct; /* in vm_core.h */
-struct rb_thread_struct;
/* cont.c */
VALUE rb_obj_is_fiber(VALUE);
void rb_fiber_reset_root_local_storage(struct rb_thread_struct *);