From 6a273af10517d1f7e4ea85635f1d25a9158adeb5 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 13 May 2023 10:40:53 +0800 Subject: refactor: remove typval.h from most header files (#23601) Because typval_defs.h is enough for most of them. --- src/nvim/os/pty_process_win.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os/pty_process_win.c') diff --git a/src/nvim/os/pty_process_win.c b/src/nvim/os/pty_process_win.c index 2e850f8c22..a8330acd54 100644 --- a/src/nvim/os/pty_process_win.c +++ b/src/nvim/os/pty_process_win.c @@ -6,6 +6,7 @@ #include #include "nvim/ascii.h" +#include "nvim/eval/typval.h" #include "nvim/mbyte.h" // for utf8_to_utf16, utf16_to_utf8 #include "nvim/memory.h" #include "nvim/os/os.h" -- cgit