diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-15 06:03:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-15 06:03:37 +0000 |
commit | 9c9d555e7f93ef232b42b3e8528df0ce5ac4faa3 (patch) | |
tree | ea720ef283521638280224c8c8878e13539991f9 /win32 | |
parent | 89fb3746ac8558053a203e570a7aa5ab36a517fc (diff) |
win32.c: encindex.h
* win32/win32.c: needs encindex.h for encoding indexes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c index 32e77c01e4..c3e8ce11e1 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -52,6 +52,7 @@ #include "win32/dir.h" #include "win32/file.h" #include "internal.h" +#include "encindex.h" #define isdirsep(x) ((x) == '/' || (x) == '\\') #if defined _MSC_VER && _MSC_VER <= 1200 |