diff options
Diffstat (limited to 'src/nvim/channel.c')
| -rw-r--r-- | src/nvim/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/channel.c b/src/nvim/channel.c index b346845c66..d3e2977eae 100644 --- a/src/nvim/channel.c +++ b/src/nvim/channel.c @@ -12,7 +12,7 @@ #include "nvim/msgpack_rpc/server.h" #include "nvim/os/shell.h" #ifdef WIN32 -# include "nvim/os/os_win_conpty.h" +# include "nvim/os/pty_conpty_win.h" # include "nvim/os/os_win_console.h" #endif #include "nvim/path.h" |