diff options
Diffstat (limited to 'src/nvim/os/pty_conpty_win.c')
-rw-r--r-- | src/nvim/os/pty_conpty_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/pty_conpty_win.c b/src/nvim/os/pty_conpty_win.c index 819b6fcf77..53169c0ef8 100644 --- a/src/nvim/os/pty_conpty_win.c +++ b/src/nvim/os/pty_conpty_win.c @@ -2,7 +2,7 @@ #include "nvim/os/os.h" #include "nvim/os/pty_conpty_win.h" -#include "nvim/vim.h" +#include "nvim/vim_defs.h" #ifndef EXTENDED_STARTUPINFO_PRESENT # define EXTENDED_STARTUPINFO_PRESENT 0x00080000 |