aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mbyte.c')
-rw-r--r--src/nvim/mbyte.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 70ebbf5b94..cd7a63b5fe 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -79,6 +79,7 @@
#include <inttypes.h>
#include <string.h>
#include <wchar.h>
+#include <wctype.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"