platform/shared/ruby/include/ruby/defines.h in rhodes-6.0.11 vs platform/shared/ruby/include/ruby/defines.h in rhodes-6.2.0
- old
+ new
@@ -8,9 +8,14 @@
************************************************/
#ifndef RUBY_DEFINES_H
#define RUBY_DEFINES_H 1
+#ifdef OS_LINUX
+#include <stddef.h>
+#include <stdint.h>
+#endif
+
#if defined(__cplusplus)
extern "C" {
#if 0
} /* satisfy cc-mode */
#endif