Think Solaris needs term.h here.

pull/2270/head
Nicholas Marriott 2020-05-22 17:24:42 +01:00
parent b3e5a99c8f
commit 1fdacba111
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#include <limits.h>
#include <stdio.h>
#include <termios.h>
#include <term.h>
#include <wchar.h>
#if defined(HAVE_CURSES_H)

View File

@ -21,7 +21,6 @@
#include <fnmatch.h>
#include <stdlib.h>
#include <string.h>
#include <term.h>
#include "tmux.h"