diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 8a46e48ba..52490ceba 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -110,4 +110,8 @@ typedef short mrb_sym; # include <inttypes.h> #endif +#ifdef ENABLE_STDIO +# include <stdio.h> +#endif + #endif /* MRUBYCONF_H */ |
