diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:24:42 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:24:42 +0100 |
commit | 1fdacba1117daee58fe8c011f0fd55d517f66510 (patch) | |
tree | 9dd6f6664560bf70fd44c7a32d54278dcb320c54 | |
parent | b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2 (diff) | |
download | rtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.tar.gz rtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.tar.bz2 rtmux-1fdacba1117daee58fe8c011f0fd55d517f66510.zip |
Think Solaris needs term.h here.
-rw-r--r-- | compat.h | 1 | ||||
-rw-r--r-- | tty-term.c | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,7 @@ #include <limits.h> #include <stdio.h> #include <termios.h> +#include <term.h> #include <wchar.h> #if defined(HAVE_CURSES_H) @@ -21,7 +21,6 @@ #include <fnmatch.h> #include <stdlib.h> #include <string.h> -#include <term.h> #include "tmux.h" |