From 98953cdb8fa04aebea57ad483b8f96b8922b274a Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 8 May 2012 11:55:16 +0900 Subject: include string.h instead of memory.h; close #108 --- tools/mrbc/mrbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index cf73ef1d5..f9d9cea28 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -4,7 +4,7 @@ #include "mruby/cdump.h" #include "compile.h" #include -#include +#include #include #define RITEBIN_EXT ".mrb" -- cgit v1.2.3