diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-08 11:55:16 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-08 11:55:16 +0900 |
| commit | 98953cdb8fa04aebea57ad483b8f96b8922b274a (patch) | |
| tree | 70adb1cbadcde7747a75b6a6f7534bc67d867bc2 /tools | |
| parent | 8b1a10ce4b5979cdad6531c3b6bc634ee868dcec (diff) | |
| download | mruby-98953cdb8fa04aebea57ad483b8f96b8922b274a.tar.gz mruby-98953cdb8fa04aebea57ad483b8f96b8922b274a.zip | |
include string.h instead of memory.h; close #108
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -#include <memory.h> +#include <string.h> #include <stdlib.h> #define RITEBIN_EXT ".mrb" |
