diff --git a/src/frontend/mosh-client.cc b/src/frontend/mosh-client.cc index ce28c8a..6172570 100644 --- a/src/frontend/mosh-client.cc +++ b/src/frontend/mosh-client.cc @@ -42,6 +42,11 @@ #include "fatal_assert.h" /* these need to be included last because of conflicting defines */ +/* + * stmclient.h includes termios.h, and that will break termio/termios pull in on solaris + * solution is to include termio.h allso. + */ +#include #if defined HAVE_NCURSESW_CURSES_H # include #elif defined HAVE_NCURSESW_H