aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os_unix.h')
-rw-r--r--src/nvim/os_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os_unix.h b/src/nvim/os_unix.h
index 9122ff81aa..e3e255d7c2 100644
--- a/src/nvim/os_unix.h
+++ b/src/nvim/os_unix.h
@@ -1,7 +1,7 @@
#ifndef NEOVIM_OS_UNIX_H
#define NEOVIM_OS_UNIX_H
-#include "os/shell.h"
+#include "nvim/os/shell.h"
/* os_unix.c */
void mch_write(char_u *s, int len);