diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-11-13 09:55:54 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-11-13 09:58:20 +0900 |
commit | 00d56bdf66a3aeaadbc84196aacbd8d4e698cf79 (patch) | |
tree | c25adefdcb71d9376f4b08f904c4cb56ac0896dc /pack.c | |
parent | ae33f93836b556f36d5ffc4a7bca2c1b379c56d8 (diff) |
Try to fix error on solaris
Add vm_core.h before builtin.h to pack.c for VM_CORE_H_EC_DEFINED. https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris11s-sunc/ruby-master/log/20191112T102505Z.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 ```
Diffstat (limited to 'pack.c')
-rw-r--r-- | pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include <ctype.h> #include <errno.h> #include <float.h> +#include "vm_core.h" #include "builtin.h" /* |