summaryrefslogtreecommitdiffhomepage
path: root/tasks/mrbgem_spec.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-08-20 23:38:49 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-08-20 23:38:49 +0900
commite73a0913430fbffcf5ec741055dfdc6146fa743c (patch)
tree672bd9cb5d67c17023e39bdab72f625760cba24b /tasks/mrbgem_spec.rake
parentc7fda2232b690f5e68a5d1f72e9dc8cd21682703 (diff)
parent05ede52239fce58b6a8be4b72d51db10ae1c2632 (diff)
downloadmruby-e73a0913430fbffcf5ec741055dfdc6146fa743c.tar.gz
mruby-e73a0913430fbffcf5ec741055dfdc6146fa743c.zip
Merge branch 'cubicdaiya-issues/scope_new_error_handlings'
Diffstat (limited to 'tasks/mrbgem_spec.rake')
-rw-r--r--tasks/mrbgem_spec.rake1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>]
f.puts %Q[#include <stdlib.h>]
f.puts %Q[#include "mruby.h"]
f.puts %Q[#include "mruby/irep.h"]