Skip to content

Commit

Permalink
Revert "Remove mruby-io"
Browse files Browse the repository at this point in the history
This reverts commit 55934ba.
  • Loading branch information
hone committed Dec 3, 2015
1 parent 0c149ba commit 0c7954d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ MRuby::Gem::Specification.new('mjruby') do |spec|
spec.add_dependency 'mruby-env', :mgem => 'mruby-env'
spec.add_dependency 'mruby-dir', :mgem => 'mruby-dir'
spec.add_dependency 'mruby-string-ext', :core => 'mruby-string-ext'
spec.add_dependency 'mruby-io', :mgem => 'mruby-io'
spec.add_dependency 'mruby-jvm', :github => 'jkutner/mruby-jvm'
end
1 change: 1 addition & 0 deletions src/jruby_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "mruby/class.h"
#include "mruby/data.h"
#include "mruby/string.h"
#include "mruby/ext/io.h"

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
Expand Down

0 comments on commit 0c7954d

Please sign in to comment.