summaryrefslogtreecommitdiffhomepage
path: root/src/state.c
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-03-17 00:28:49 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-03-17 00:28:49 +0900
commit8ae0c58bb0d207b0aaaa0dacf49fda46d77e253b (patch)
treef55227fc4ac88eb640688e31451028a2910de618 /src/state.c
parent3f85079cc045012285ce432b446b77eab82de7fe (diff)
parent4ad08caca0b90ff7ef4b4f0080c54004f858d597 (diff)
downloadmruby-8ae0c58bb0d207b0aaaa0dacf49fda46d77e253b.tar.gz
mruby-8ae0c58bb0d207b0aaaa0dacf49fda46d77e253b.zip
resolve conflict from #1017
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c
index 0c2207ad7..ba7699f8a 100644
--- a/src/state.c
+++ b/src/state.c
@@ -7,6 +7,8 @@
#include "mruby.h"
#include "mruby/irep.h"
#include "mruby/variable.h"
+#include <stdlib.h>
+#include <string.h>
void mrb_init_heap(mrb_state*);
void mrb_init_core(mrb_state*);