aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-22 20:50:35 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:19 +0200
commit8cc8164e5215f98b254f493b670ee5ff1d80938f (patch)
treeb1908af0af44e59f6590af67788ae3043a67cd04 /src/nvim/spell.c
parentbf219e1442df06268575853ec6d150e0d09f737a (diff)
downloadrneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.tar.gz
rneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.tar.bz2
rneovim-8cc8164e5215f98b254f493b670ee5ff1d80938f.zip
move wctype.h include out of vim.h
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index d447849bc8..a06928762f 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -287,6 +287,7 @@
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
+#include <wctype.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"