mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gc.h is required on mswin build.
thread.c requires gc.h on mswin build. Sorry.
This commit is contained in:
parent
6bf8db9a07
commit
3b39cc6b03
2 changed files with 2 additions and 0 deletions
|
@ -3035,6 +3035,7 @@ thread.$(OBJEXT): {$(VPATH)}debug_counter.h
|
|||
thread.$(OBJEXT): {$(VPATH)}defines.h
|
||||
thread.$(OBJEXT): {$(VPATH)}encoding.h
|
||||
thread.$(OBJEXT): {$(VPATH)}eval_intern.h
|
||||
thread.$(OBJEXT): {$(VPATH)}gc.h
|
||||
thread.$(OBJEXT): {$(VPATH)}hrtime.h
|
||||
thread.$(OBJEXT): {$(VPATH)}id.h
|
||||
thread.$(OBJEXT): {$(VPATH)}intern.h
|
||||
|
|
1
thread.c
1
thread.c
|
@ -70,6 +70,7 @@
|
|||
#include "ruby/thread.h"
|
||||
#include "ruby/thread_native.h"
|
||||
#include "ruby/debug.h"
|
||||
#include "gc.h"
|
||||
#include "internal.h"
|
||||
#include "iseq.h"
|
||||
#include "vm_core.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue