mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to fix error on solaris
Add vm_core.h before builtin.h to pack.c for VM_CORE_H_EC_DEFINED.
20191112
T102505Z.fail.html.gz
```
compiling dmyenc.c
linking miniruby
Undefined first referenced
symbol in file
rb_vm_lvar_exposed pack.o
ld: fatal: symbol referencing errors
gmake: *** [miniruby] Error 2
```
This commit is contained in:
parent
ae33f93836
commit
00d56bdf66
1 changed files with 1 additions and 0 deletions
1
pack.c
1
pack.c
|
@ -15,6 +15,7 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <float.h>
|
||||
#include "vm_core.h"
|
||||
#include "builtin.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue