From 5ed8c08aa0277b30e00cb27cc2da1d785c145170 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 18 Jun 2011 08:26:19 +0000 Subject: * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't declare internal functions. * internal.h, vm_core.h: declare internal functions. * array.c: include internal.h. * common.mk: update dependency for array.o. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 1 + 1 file changed, 1 insertion(+) (limited to 'array.c') diff --git a/array.c b/array.c index c58f88f66b..5fb0c64cb3 100644 --- a/array.c +++ b/array.c @@ -15,6 +15,7 @@ #include "ruby/util.h" #include "ruby/st.h" #include "ruby/encoding.h" +#include "internal.h" #ifndef ARRAY_DEBUG # define NDEBUG -- cgit v1.2.3