aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-15 05:49:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-15 05:49:20 +0000
commit078b6c98383ed2acb912866f4ac2b47e86cd0805 (patch)
tree627cc166887023d42b9fbaedb54af660c50a3f0f /io.c
parentca5c9084dcc0e683457c9bdc99e316fcbbf26f4a (diff)
downloadruby-078b6c98383ed2acb912866f4ac2b47e86cd0805.tar.gz
encindex.h: ENCINDEX
* encindex.h: separate encoding index constants from internal.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 982e83e5cc..716bc6d506 100644
--- a/io.c
+++ b/io.c
@@ -15,6 +15,7 @@
#include "ruby/io.h"
#include "ruby/thread.h"
#include "dln.h"
+#include "encindex.h"
#include "id.h"
#include <ctype.h>
#include <errno.h>