From 48913788b8b27d95ee6af9b7454f2cec5e38053a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Sep 2015 06:03:37 +0000 Subject: 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 --- win32/win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/win32.c') 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 -- cgit v1.2.3