mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
builtin.h must be included *AFTER* vm_core.h
This commit is contained in:
parent
61cff5c51c
commit
0ad0a8ff58
1 changed files with 1 additions and 1 deletions
2
iseq.c
2
iseq.c
|
@ -12,7 +12,6 @@
|
|||
#include "internal.h"
|
||||
#include "ruby/util.h"
|
||||
#include "eval_intern.h"
|
||||
#include "builtin.h"
|
||||
|
||||
#ifdef HAVE_DLADDR
|
||||
# include <dlfcn.h>
|
||||
|
@ -24,6 +23,7 @@
|
|||
#include "vm_core.h"
|
||||
#include "iseq.h"
|
||||
#include "id_table.h"
|
||||
#include "builtin.h"
|
||||
|
||||
#include "insns.inc"
|
||||
#include "insns_info.inc"
|
||||
|
|
Loading…
Add table
Reference in a new issue