fix: SIZE_MAX is not defined in "stdint.h"

This commit is contained in:
crimsonwoods
2012-07-22 23:10:15 +09:00
parent 1b9708ef83
commit d61cb77346
+4
View File
@@ -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