aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorYamakaky <yamakaky@gmail.com>2015-05-06 18:30:51 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-07-06 08:23:21 -0400
commit2e46765849e504cd961fc98195d5e5dff443f09a (patch)
tree9608edd2ec8e75521167f5a8ad68c8979ee42290 /src/nvim/vim.h
parente949c2bd62f399a04ae23570203d61344bdd69e9 (diff)
downloadrneovim-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.h2
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 */