Merge pull request #1290 from kyab/fix_abort_warning

Fix compile warning for abort() when MRB_GC_STRESS is defined
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-06-20 04:32:39 -07:00
+1
View File
@@ -11,6 +11,7 @@
# include <limits.h>
#endif
#include <string.h>
#include <stdlib.h>
#include "mruby.h"
#include "mruby/array.h"
#include "mruby/class.h"