diff options
Diffstat (limited to 'src/file.c')
| -rw-r--r-- | src/file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/file.c b/src/file.c index ea45b2c0b..eb4534168 100644 --- a/src/file.c +++ b/src/file.c @@ -8,7 +8,12 @@ #include "mruby/class.h" #include "mruby/data.h" #include "mruby/string.h" + +#if MRUBY_RELEASE_NO < 10000 #include "error.h" +#else +#include "mruby/error.h" +#endif #include <sys/file.h> #include <fcntl.h> |
