aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
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/memline.c
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/memline.c')
-rw-r--r--src/nvim/memline.c2
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