diff options
author | erw7 <erw7.github@gmail.com> | 2019-11-18 05:58:58 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-17 12:58:58 -0800 |
commit | 91f4bb0aeec0b2ae983ea310ada73be5f35f7c5c (patch) | |
tree | 5498833ba0b49dd63464cab4c68d556bf6c8e91f /src/nvim/os/tty.c | |
parent | 1f0fc4e452e6f7ce07253946b0de21232b21ab9a (diff) | |
download | rneovim-91f4bb0aeec0b2ae983ea310ada73be5f35f7c5c.tar.gz rneovim-91f4bb0aeec0b2ae983ea310ada73be5f35f7c5c.tar.bz2 rneovim-91f4bb0aeec0b2ae983ea310ada73be5f35f7c5c.zip |
TUI: use stdio names instead of magic numbers #11410
Diffstat (limited to 'src/nvim/os/tty.c')
-rw-r--r-- | src/nvim/os/tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/tty.c b/src/nvim/os/tty.c index bd5b9b4506..4f525bed9a 100644 --- a/src/nvim/os/tty.c +++ b/src/nvim/os/tty.c @@ -6,6 +6,7 @@ // #include "nvim/os/os.h" +#include "nvim/os/tty.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/tty.c.generated.h" |