diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-08-15 17:49:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 17:49:33 +0200 |
| commit | e954d62527a6dc081d8942ccac740f17442446be (patch) | |
| tree | fc317f5939dba182db6fa31f73bea1dea84754ba /src/nvim/os | |
| parent | 6b686e7e1e09a048bd8e99e86d052d713f9ec30e (diff) | |
| parent | 11837e9b2900b376bf416fe4ad710f3a7b6509de (diff) | |
| download | rneovim-e954d62527a6dc081d8942ccac740f17442446be.tar.gz rneovim-e954d62527a6dc081d8942ccac740f17442446be.tar.bz2 rneovim-e954d62527a6dc081d8942ccac740f17442446be.zip | |
Merge pull request #19635 from dundargoc/build/windows
build: windows-specific cmake fixes
Diffstat (limited to 'src/nvim/os')
| -rw-r--r-- | src/nvim/os/pty_conpty_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/os/pty_conpty_win.h b/src/nvim/os/pty_conpty_win.h index c243db4fa5..15e7c3da0c 100644 --- a/src/nvim/os/pty_conpty_win.h +++ b/src/nvim/os/pty_conpty_win.h @@ -1,6 +1,9 @@ #ifndef NVIM_OS_PTY_CONPTY_WIN_H #define NVIM_OS_PTY_CONPTY_WIN_H +#include "nvim/lib/kvec.h" +#include "nvim/os/input.h" + #ifndef HPCON # define HPCON VOID * #endif |