From d917f9af979642b88cf8a4a55f7dd4520b7481fb Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 26 Sep 2000 09:11:47 +0000 Subject: [PATCH] eban git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ string.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index be6935c55c..c11810b0ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 26 18:09:51 2000 WATANABE Hirofumi + + * string.c: include + Tue Sep 26 15:59:50 2000 Yukihiro Matsumoto * object.c (rb_mod_dup): metaclasses of class/module should not be diff --git a/string.c b/string.c index 5eb5d248ed..40207e5ba4 100644 --- a/string.c +++ b/string.c @@ -18,6 +18,7 @@ #define BEG(no) regs->beg[no] #define END(no) regs->end[no] +#include #include #ifdef HAVE_UNISTD_H