Merge branch '4099_tiocswinsz_solaris'

* 4099_tiocswinsz_solaris:
  Ticket #4099: In subshell on Solaris 11.4 SPARC terminal size is always 80x24.
This commit is contained in:
Andrew Borodin 2020-06-24 20:05:09 +03:00
commit bdeaed5b78
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
#include <sys/ioctl.h>
#endif
/* In some systems (like Solaris 11.4 SPARC), TIOCSWINSZ is defined in termios.h */
#include <termios.h>
#include "lib/global.h"
#include "lib/strutil.h"