summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-23 20:42:23 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-23 20:42:23 +0000
commit8fef2ad609c06d0078c630a24cda727f70fca4f5 (patch)
tree4ce5ab7833e4083f538df3de47830031d50705bf /src/vim.h
parent54ff3419c7836d2668444f9ac893b3722d54d8c4 (diff)
downloadvim-8fef2ad609c06d0078c630a24cda727f70fca4f5.zip
updated for version 7.0070
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index f03028296..a771aba2c 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -410,6 +410,10 @@ typedef unsigned short u8char_T;
#include <assert.h>
+#ifdef HAVE_WCTYPE_H
+# include <wctype.h>
+#endif
+
/* ================ end of the header file puzzle =============== */
/*