From 91f4bb0aeec0b2ae983ea310ada73be5f35f7c5c Mon Sep 17 00:00:00 2001 From: erw7 Date: Mon, 18 Nov 2019 05:58:58 +0900 Subject: TUI: use stdio names instead of magic numbers #11410 --- src/nvim/os/tty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/os/tty.c') 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" -- cgit