mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #785
- Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen Clarke).
This commit is contained in:
parent
90f6f537fe
commit
390ffb65f9
3 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
#include <i18n.h>
|
||||
#include <cmake.h>
|
||||
|
||||
#ifdef SOLARIS
|
||||
#include <sys/termios.h>
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int Context::getWidth ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue