include inttypes.h if _MSC_VER is not defined

This commit is contained in:
Cremno
2013-06-27 12:30:25 +02:00
parent 8728837478
commit bc91bcefcf
+2
View File
@@ -74,6 +74,8 @@ typedef short mrb_sym;
# else
# include <inttypes.h>
# endif
#else
# include <inttypes.h>
#endif
typedef uint8_t mrb_bool;