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/memline.c | |
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/memline.c')
-rw-r--r-- | src/nvim/memline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/memline.c b/src/nvim/memline.c index 0e415b6e8c..f11dc636a3 100644 --- a/src/nvim/memline.c +++ b/src/nvim/memline.c @@ -78,7 +78,7 @@ #include "nvim/os/os.h" #include "nvim/os/input.h" -#ifndef UNIX /* it's in os_unix_defs.h for Unix */ +#ifndef UNIX /* it's in os/unix_defs.h for Unix */ # include <time.h> #endif |