diff options
author | Yamakaky <yamakaky@gmail.com> | 2015-05-06 18:30:51 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-06 08:23:21 -0400 |
commit | 2e46765849e504cd961fc98195d5e5dff443f09a (patch) | |
tree | 9608edd2ec8e75521167f5a8ad68c8979ee42290 /src/nvim/vim.h | |
parent | e949c2bd62f399a04ae23570203d61344bdd69e9 (diff) | |
download | rneovim-2e46765849e504cd961fc98195d5e5dff443f09a.tar.gz rneovim-2e46765849e504cd961fc98195d5e5dff443f09a.tar.bz2 rneovim-2e46765849e504cd961fc98195d5e5dff443f09a.zip |
Split os_unix_defs.h into os/
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 127e385619..c88a8872f3 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -46,7 +46,7 @@ Error: configure did not run properly.Check auto/config.log. # define VIMPACKAGE "vim" #endif -#include "nvim/os_unix_defs.h" /* bring lots of system header files */ +#include "nvim/os/os_defs.h" /* bring lots of system header files */ #define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */ |