diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-24 13:42:25 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-24 13:42:25 +0900 |
| commit | 6eda7c28e9d3c36d83bee0ba8b395db0732b7569 (patch) | |
| tree | 7017250d4839f34558b1a68947cf2a790fcf1530 /include | |
| parent | ccfc0fb7083e2c0225243ce3883386e7f928fdc7 (diff) | |
| download | mruby-6eda7c28e9d3c36d83bee0ba8b395db0732b7569.tar.gz mruby-6eda7c28e9d3c36d83bee0ba8b395db0732b7569.zip | |
Include stddef.h. It is required by size_t. In case you include stdio.h, stddef.h is included indirectly.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 0caa3f90e..988bdf0ad 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -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 */ |
