- Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen Clarke).
This commit is contained in:
Paul Beckingham 2011-06-07 22:51:16 -04:00
parent 90f6f537fe
commit 390ffb65f9
3 changed files with 7 additions and 0 deletions

View file

@ -33,6 +33,10 @@
#include <i18n.h>
#include <cmake.h>
#ifdef SOLARIS
#include <sys/termios.h>
#endif
////////////////////////////////////////////////////////////////////////////////
int Context::getWidth ()
{