diff options
| -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" |
