diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-27 16:00:21 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 18:06:57 +0100 |
commit | 8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6 (patch) | |
tree | 1f2957081ec9a7d75cfb5c7c5c0d3e759607e088 /src/nvim/os/pty_process_unix.c | |
parent | 9fa9b3cad94a1ea7fced128fed2cd5ac3ff7bc44 (diff) | |
download | rneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.tar.gz rneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.tar.bz2 rneovim-8b428ca8b79ebb7b36c3e403ff3bcb6924a635a6.zip |
build(IWYU): fix includes for func_attr.h
Diffstat (limited to 'src/nvim/os/pty_process_unix.c')
-rw-r--r-- | src/nvim/os/pty_process_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/pty_process_unix.c b/src/nvim/os/pty_process_unix.c index d4be3086ea..f801646967 100644 --- a/src/nvim/os/pty_process_unix.c +++ b/src/nvim/os/pty_process_unix.c @@ -35,6 +35,7 @@ #include "nvim/event/loop.h" #include "nvim/event/process.h" #include "nvim/event/stream.h" +#include "nvim/func_attr.h" #include "nvim/log.h" #include "nvim/os/fs.h" #include "nvim/os/os_defs.h" |