blob: d889428aa068efd9afb8b0f0194f72735c946da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naur aspell-0.60.6.1.orig/common/file_util.cpp aspell-0.60.6.1/common/file_util.cpp
--- aspell-0.60.6.1.orig/common/file_util.cpp 2011-07-03 01:09:08.000000000 +0400
+++ aspell-0.60.6.1/common/file_util.cpp 2015-07-28 18:01:01.435865252 +0300
@@ -26,6 +26,7 @@
#ifdef WIN32
+#include "asc_ctype.hpp"
# include <io.h>
# define ACCESS _access
# include <windows.h>
|