aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-07 04:04:33 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-07 04:04:33 +0000
commit714836c152cf52da40e505157a73ac00f8c3c4f1 (patch)
treeb589ce67759dc0f12823faeecbf777a45ac6ef05 /ruby.c
parentda83d210e08d1ee4cb17b86e8cbb482c9e70da9d (diff)
downloadruby-714836c152cf52da40e505157a73ac00f8c3c4f1.tar.gz
remove declaration of ruby_engine from internal.h
* internal.h (ruby_engine): remove declaration of ruby_engine because it's declared at ruby/version.h. * ruby.c: include ruby/version.h for ruby_engine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index 79fb6d1635..1fd2bd715a 100644
--- a/ruby.c
+++ b/ruby.c
@@ -17,6 +17,7 @@
#endif
#include "ruby/encoding.h"
#include "ruby/thread.h"
+#include "ruby/version.h"
#include "internal.h"
#include "eval_intern.h"
#include "dln.h"