diff options
Diffstat (limited to 'src/nvim/os/pty_process_unix.h')
-rw-r--r-- | src/nvim/os/pty_process_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_unix.h b/src/nvim/os/pty_process_unix.h index 92cc582832..c04e4c7a20 100644 --- a/src/nvim/os/pty_process_unix.h +++ b/src/nvim/os/pty_process_unix.h @@ -4,8 +4,8 @@ #include <stdint.h> #include <sys/ioctl.h> -#include "nvim/event/loop.h" #include "nvim/event/process.h" +#include "nvim/types_defs.h" typedef struct pty_process { Process process; |