Commit 6cd32ee4 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #391 from crimsonwoods/android_ndk_support

fix: SIZE_MAX is not defined in "stdint.h"
parents a9a91c35 d61cb773
......@@ -17,6 +17,10 @@
#include "mruby/data.h"
#include "mruby/variable.h"
#ifndef SIZE_MAX
#include <limits.h> // for SIZE_MAX
#endif
/*
= Tri-color Incremental Garbage Collection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment