From 5a025813b583dc96176644f838dbc55194a67fb1 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Tue, 5 Mar 2013 01:11:57 +0900 Subject: Include stdio.h in mrbconf.h instead of C extension sources. --- include/mrbconf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 #endif +#ifdef ENABLE_STDIO +# include +#endif + #endif /* MRUBYCONF_H */ -- cgit v1.2.3