Think Solaris needs term.h here.

This commit is contained in:
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)