aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:24:42 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:24:42 +0100
commit1fdacba1117daee58fe8c011f0fd55d517f66510 (patch)
tree9dd6f6664560bf70fd44c7a32d54278dcb320c54 /tty-term.c
parentb3e5a99c8fd37b8b1d2921f996bf24f47631e7a2 (diff)
downloadrtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.tar.gz
rtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.tar.bz2
rtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.zip
Think Solaris needs term.h here.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 0 insertions, 1 deletions
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 <fnmatch.h>
#include <stdlib.h>
#include <string.h>
-#include <term.h>
#include "tmux.h"