diff options
Diffstat (limited to 'src/nvim/os/pty_proc_unix.c')
-rw-r--r-- | src/nvim/os/pty_proc_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/pty_proc_unix.c b/src/nvim/os/pty_proc_unix.c index 3bca065d2d..10a464bbc3 100644 --- a/src/nvim/os/pty_proc_unix.c +++ b/src/nvim/os/pty_proc_unix.c @@ -30,6 +30,7 @@ #endif #include "auto/config.h" +#include "klib/kvec.h" #include "nvim/eval/typval.h" #include "nvim/event/defs.h" #include "nvim/event/loop.h" |