diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-21 14:53:18 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-21 14:53:18 +0900 |
| commit | 6c5ccd5abe4e37ea981a28980ea6fc453a842610 (patch) | |
| tree | f81e1aafa0334e8a792800751cc22672eeb3de23 /mrbgems/mruby-io | |
| parent | 438d114917af8b404c79fc94ec86f414a4ae6d60 (diff) | |
| parent | 90b53f4c29dd845140175943263b9c67995324c4 (diff) | |
| download | mruby-6c5ccd5abe4e37ea981a28980ea6fc453a842610.tar.gz mruby-6c5ccd5abe4e37ea981a28980ea6fc453a842610.zip | |
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https://github.com/shuujii/mruby into shuujii-avoid-including-presym.inc-in-existing-header-files
Diffstat (limited to 'mrbgems/mruby-io')
| -rw-r--r-- | mrbgems/mruby-io/src/file.c | 1 | ||||
| -rw-r--r-- | mrbgems/mruby-io/src/io.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mrbgems/mruby-io/src/file.c b/mrbgems/mruby-io/src/file.c index 58f4bcc6f..8e7d64958 100644 --- a/mrbgems/mruby-io/src/file.c +++ b/mrbgems/mruby-io/src/file.c @@ -8,6 +8,7 @@ #include "mruby/string.h" #include "mruby/ext/io.h" #include "mruby/error.h" +#include "mruby/presym.h" #include <sys/types.h> #include <sys/stat.h> diff --git a/mrbgems/mruby-io/src/io.c b/mrbgems/mruby-io/src/io.c index 31ea572a4..b9d136a5a 100644 --- a/mrbgems/mruby-io/src/io.c +++ b/mrbgems/mruby-io/src/io.c @@ -11,6 +11,7 @@ #include "mruby/variable.h" #include "mruby/ext/io.h" #include "mruby/error.h" +#include "mruby/presym.h" #include <sys/types.h> #include <sys/stat.h> |
