From 1fdacba1117daee58fe8c011f0fd55d517f66510 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:24:42 +0100 Subject: Think Solaris needs term.h here. --- tty-term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tty-term.c') 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" -- cgit