diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-15 05:57:30 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-15 05:57:30 +0000 |
commit | 89fb3746ac8558053a203e570a7aa5ab36a517fc () | |
tree | a4fee59aee8cdc728eb18ca8c3b9a48171d6f432 /localeinit.c | |
parent | 75a1d33bcfe767724e883737da9c9d5c3a031e17 (diff) |
localeinit.c: encindex.h
* localeinit.c: needs encindex.h for ENCINDEX_US_ASCII and ENCINDEX_ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | localeinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ **********************************************************************/ #include "internal.h" #ifdef __CYGWIN__ #include <windows.h> #endif |