summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c1
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