diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-09 06:24:11 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-09 06:24:11 +0000 |
commit | e9cb552ec960d96f9f7b481d67b84b56fd1c4f5f (patch) | |
tree | 7e02055f46ab80f336dd9435a18c50aeee4fc6e8 /ext | |
parent | ee85a6e72bdc4bd325e10e83a9f7de6b2693f20b (diff) | |
download | ruby-e9cb552ec960d96f9f7b481d67b84b56fd1c4f5f.tar.gz |
internal.h: remove dependecy on ruby/encoding.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/-test-/string/cstr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/string/cstr.c b/ext/-test-/string/cstr.c index 2a41b932db..71eafdb703 100644 --- a/ext/-test-/string/cstr.c +++ b/ext/-test-/string/cstr.c @@ -1,3 +1,4 @@ +#include "ruby/encoding.h" #include "internal.h" static VALUE |