diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-08-12 01:59:18 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-08-12 01:59:18 +0900 |
| commit | c9fe903fe15e601900ec17ae40fe82b0d2dc4978 (patch) | |
| tree | 29a4455e280dbc95d060dd2b18316566df49ffb3 /src/error.c | |
| parent | 3fe4b6414f9daa33ec238cb3f32b53b2dddeabf4 (diff) | |
| download | mruby-c9fe903fe15e601900ec17ae40fe82b0d2dc4978.tar.gz mruby-c9fe903fe15e601900ec17ae40fe82b0d2dc4978.zip | |
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
Diffstat (limited to 'src/error.c')
| -rw-r--r-- | src/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.c b/src/error.c index 6fe839cb2..150524f87 100644 --- a/src/error.c +++ b/src/error.c @@ -8,6 +8,7 @@ #include <stdarg.h> #include <stdio.h> #include <setjmp.h> +#include <string.h> #include "error.h" #include "mruby/variable.h" #include "mruby/string.h" |
