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
commit33f89dbaf81e40d6e7a6ce17519e30fa435f941a (patch)
treef2af0592589c4f9853b5a99cf52434f525a5fba1 /ruby.h
parentfbbdeb9b577159d2481689d538d9b2437c04f220 (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/branches/ruby_1_8@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 fd62a89294..db3280b905 100644
--- a/ruby.h
+++ b/ruby.h
@@ -667,8 +667,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 */