summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-31 03:05:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-31 03:05:22 +0000
commit111d2ad8c5c80733e46dabc59e76622ff78885a6 (patch)
tree83e9350f03b51fb370d3d0dcaf597d8ea723414c /ruby.h
parent189febdf243244c963d5a370601eabd4423ac2f7 (diff)
* intern.h: provide proper prototypes. [ruby-core:02724]
* ruby.h: missing.h is now prerequisite to intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.h b/ruby.h
index f7e324d9e5..40263f43c5 100644
--- a/ruby.h
+++ b/ruby.h
@@ -673,8 +673,8 @@ rb_special_const_p(obj)
return Qfalse;
}
-#include "intern.h"
#include "missing.h"
+#include "intern.h"
#if defined(EXTLIB) && defined(USE_DLN_A_OUT)
/* hook for external modules */