summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-21 14:55:44 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-21 14:55:44 +0900
commit33deeae9ebd7d6d33a8f985299a0e16090cfbf62 (patch)
treef81e1aafa0334e8a792800751cc22672eeb3de23 /src/string.c
parent438d114917af8b404c79fc94ec86f414a4ae6d60 (diff)
parent6c5ccd5abe4e37ea981a28980ea6fc453a842610 (diff)
downloadmruby-33deeae9ebd7d6d33a8f985299a0e16090cfbf62.tar.gz
mruby-33deeae9ebd7d6d33a8f985299a0e16090cfbf62.zip
Merge branch 'shuujii-avoid-including-presym.inc-in-existing-header-files'
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index 83401b3db..eb4136b10 100644
--- a/src/string.c
+++ b/src/string.c
@@ -22,6 +22,7 @@
#include <mruby/range.h>
#include <mruby/string.h>
#include <mruby/numeric.h>
+#include <mruby/presym.h>
typedef struct mrb_shared_string {
int refcnt;