add including limits.h.

Because Android's libc(bionic) defines SIZE_MAX at limits.h.
This commit is contained in:
tmash06
2014-03-12 02:30:57 +09:00
parent fee639775e
commit cfcd2e2dc9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
#include <limits.h>
#include "mrbconf.h"
#include "mruby/value.h"