diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-11 09:21:07 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-11 09:21:07 +0900 |
| commit | 90b53f4c29dd845140175943263b9c67995324c4 (patch) | |
| tree | acc4aa53b32ccffab96c1747f41081fc482ba61a /src/class.c | |
| parent | 3deb3a7aac0136d08a20a31c5d44f6b9a3fe751f (diff) | |
| download | mruby-90b53f4c29dd845140175943263b9c67995324c4.tar.gz mruby-90b53f4c29dd845140175943263b9c67995324c4.zip | |
Avoid including `presym.inc` in existing header files
Addressed an issue where existing programs linking `libmruby.a` could only
be built by adding `<build-dir>/include` to compiler's include path.
Diffstat (limited to 'src/class.c')
| -rw-r--r-- | src/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class.c b/src/class.c index 85a26d343..7533ac2b0 100644 --- a/src/class.c +++ b/src/class.c @@ -17,6 +17,7 @@ #include <mruby/data.h> #include <mruby/istruct.h> #include <mruby/opcode.h> +#include <mruby/presym.h> union mt_ptr { struct RProc *proc; |
