From 3aa3b4af90f9b5ccc24cb29550e470fc2733c6e0 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sat, 16 Mar 2013 21:26:06 +0900 Subject: Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments). This is a first step. It will be reduced stdlib.h in each files later. --- test/driver.c | 1 + test/init_mrbtest.c | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/driver.c b/test/driver.c index 4a7a7b25e..b365a5f71 100644 --- a/test/driver.c +++ b/test/driver.c @@ -5,6 +5,7 @@ ** against the current mruby implementation. */ +#include #include #include diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index 6b2219b6f..973029c8f 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -1,3 +1,4 @@ +#include #include "mruby.h" #include "mruby/irep.h" #include "mruby/dump.h" -- cgit v1.2.3