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
@@ -6,6 +6,7 @@
#include <ctype.h>
#include <string.h>
#include <limits.h>
#include "mruby/dump.h"
#include "mruby/string.h"
#include "mruby/irep.h"