Add `MRB_WITHOUT_FLOAT` guard to `<math.h>`.

parent 2124b9b4
......@@ -6,7 +6,9 @@
#include <stddef.h>
#include <stdarg.h>
#ifndef MRB_WITHOUT_FLOAT
#include <math.h>
#endif
#include <mruby.h>
#include <mruby/array.h>
#include <mruby/class.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment