diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 07:11:48 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 07:11:48 +0000 |
commit | e08bc0a22ae6c2d2ac0664d82675ca81a30df607 (patch) | |
tree | 54f7984951cbba4b9a786be91389488fbb8efc59 /string.c | |
parent | db0b2bb24174aa7d960c01f63d2ac637f24ebbfb (diff) |
* class.c: add #include "version.h".
* hash.c: ditto.
* string.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include "ruby.h" #include "re.h" +#include "version.h" #define BEG(no) regs->beg[no] #define END(no) regs->end[no] |