Commit 6eda7c28 authored by Masaki Muranaka's avatar Masaki Muranaka

Include stddef.h. It is required by size_t. In case you include stdio.h,...

Include stddef.h. It is required by size_t. In case you include stdio.h, stddef.h is included indirectly.
parent ccfc0fb7
......@@ -8,6 +8,7 @@
#define MRUBYCONF_H
#include <stdint.h>
#include <stddef.h>
/* configuration options: */
/* add -DMRB_USE_FLOAT to use float instead of double for floating point numbers */
......
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