summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-struct
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2021-01-11 09:21:07 +0900
committerKOBAYASHI Shuji <[email protected]>2021-01-11 09:21:07 +0900
commit90b53f4c29dd845140175943263b9c67995324c4 (patch)
treeacc4aa53b32ccffab96c1747f41081fc482ba61a /mrbgems/mruby-struct
parent3deb3a7aac0136d08a20a31c5d44f6b9a3fe751f (diff)
downloadmruby-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 'mrbgems/mruby-struct')
-rw-r--r--mrbgems/mruby-struct/src/struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c
index c64a494a5..54afefd74 100644
--- a/mrbgems/mruby-struct/src/struct.c
+++ b/mrbgems/mruby-struct/src/struct.c
@@ -13,6 +13,7 @@
#include <mruby/hash.h>
#include <mruby/range.h>
#include <mruby/proc.h>
+#include <mruby/presym.h>
#define RSTRUCT_LEN(st) RARRAY_LEN(st)
#define RSTRUCT_PTR(st) RARRAY_PTR(st)