Include mrbconf.h as MRB_INT_MAX used here.

This commit is contained in:
Masaki Muranaka
2013-03-29 21:58:59 +09:00
parent f82ae7653a
commit f4c27c6fb5
+2
View File
@@ -7,6 +7,8 @@
#ifndef MRUBY_NUMERIC_H #ifndef MRUBY_NUMERIC_H
#define MRUBY_NUMERIC_H #define MRUBY_NUMERIC_H
#include "mrbconf.h"
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {
#endif #endif