From effc44f265c19d25545e01b94831631c3a5bef5f Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 20 Aug 2014 05:48:09 +0900 Subject: Fix error handlings for mrb_open_core(). --- tasks/mrbgem_spec.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'tasks/mrbgem_spec.rake') diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake index 1d97e2bbf..95e1c5f02 100644 --- a/tasks/mrbgem_spec.rake +++ b/tasks/mrbgem_spec.rake @@ -183,6 +183,7 @@ module MRuby def print_gem_test_header(f) print_gem_comment(f) + f.puts %Q[#include ] f.puts %Q[#include ] f.puts %Q[#include "mruby.h"] f.puts %Q[#include "mruby/irep.h"] -- cgit v1.2.3