Skip to content

Commit d60c801

Browse files
authored
Merge pull request #13 from take-cheeze/patch-1
Add missing header include
2 parents b116703 + ada1888 commit d60c801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stringio.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ original is https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.c
1010
#include "mruby/error.h"
1111
#include "mruby/data.h"
1212
#include "mruby/class.h"
13+
#include "mruby/object.h"
1314

1415
#define FMODE_READABLE 0x0001
1516
#define FMODE_WRITABLE 0x0002

0 commit comments

Comments
 (0)