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. --- src/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index 26acfdcb4..32daaa3b5 100644 --- a/src/string.c +++ b/src/string.c @@ -7,6 +7,7 @@ #include "mruby.h" #include +#include #include #include "mruby/string.h" #include "mruby/class.h" -- cgit v1.2.3