mbyte: Include os_defs.h in mbyte.h

This commit is contained in:
ZyX 2017-03-05 03:10:34 +03:00
parent 3bf87a5a6b
commit f830243ff7

View File

@ -6,6 +6,7 @@
#include "nvim/iconv.h" #include "nvim/iconv.h"
#include "nvim/func_attr.h" #include "nvim/func_attr.h"
#include "nvim/os/os_defs.h" // For WCHAR, indirect
/* /*
* Return byte length of character that starts with byte "b". * Return byte length of character that starts with byte "b".