From 1fdacba1117daee58fe8c011f0fd55d517f66510 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:24:42 +0100 Subject: [PATCH] Think Solaris needs term.h here. --- compat.h | 1 + tty-term.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/compat.h b/compat.h index 43a46021..19a5e466 100644 --- a/compat.h +++ b/compat.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #if defined(HAVE_CURSES_H) diff --git a/tty-term.c b/tty-term.c index 6b1cde16..66238b38 100644 --- a/tty-term.c +++ b/tty-term.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "tmux.h"