diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-17 10:22:05 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:18 +0200 |
commit | 82b71a30569b1db8e78f38b1bc22fa7b088e16fc (patch) | |
tree | df411ed358399285881dc46965236d81d7b1d2ae /src/nvim/os_unix.c | |
parent | 8c9cb5f9ef4539f5105720666f067b485e8c4f2e (diff) | |
download | rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.tar.gz rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.tar.bz2 rneovim-82b71a30569b1db8e78f38b1bc22fa7b088e16fc.zip |
move ascii.h include out of vim.h
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 6c4a5cbb3b..c8a778a03f 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -30,6 +30,7 @@ #include "nvim/api/private/handle.h" #include "nvim/vim.h" +#include "nvim/ascii.h" #include "nvim/os_unix.h" #include "nvim/buffer.h" #include "nvim/charset.h" |